#305f70

Color #305F70 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #305F70

Tints of Blumine #305F70

Color information

#305F70 (or 0x305F70) is unknown color: approx Blumine. HEX triplet: 30, 5F and 70. RGB value is (48,95,112). Sum of RGB (Red+Green+Blue) = 48+95+112=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #305F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F70 is #CFA08F. Grayscale: #525252. Windows color (decimal): -13607056 or 7364400. OLE color: 7364400.

HSL color Cylindrical-coordinate representation of color #305F70: hue angle of 195.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305F70 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4895112-
CMYK0.570.1500.56
HSL195.94º40%31.37%-
HSV(B)195.94º57.14%43.92%-
XYZ8.249.9816.82-
YUV82.88144.43103.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=18.82%
G=37.25%
B=43.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48951120.570.1500.56195.944031.37
Hex305F7039F038c4281f
Octal6013716071170703045037
Binary11000010111111110000111001111101110001100010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305f70; }

 p { color: rgb(48,95,112); }

 H1.HeaderClassName
 {
   color: #305f70;
 }
 .AnyTagClassName
 {
   color: #305f70;
 }
</style>
background-color css

<style>
 a { background-color: #305f70; }

 a { background-color: rgb(48,95,112); }

 div.DivClassName
 {
   background-color: #305f70;
 }
 .BgClassName
 {
   background-color: #305f70;
 }
</style>
border-color css

<style>
 span { border-color: #305f70; }

 span { border-color: rgb(48,95,112); }

 td.TdClassName
 {
   border-color: #305f70;
 }
 .TagClassName
 {
   border-color: #305f70;
 }
</style>