#08344F

Color #08344F Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #08344F

Tints of Blue Whale #08344F

Color information

#08344F (or 0x08344F) is unknown color: approx Blue Whale. HEX triplet: 08, 34 and 4F. RGB value is (8,52,79). Sum of RGB (Red+Green+Blue) = 8+52+79=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 79 (31.25% from 255 or 56.83% from 139); Max value from RGB is 79 - color contains mainly: blue. Hex color #08344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08344F is #F7CBB0. Grayscale: #292929. Windows color (decimal): -16239537 or 5190664. OLE color: 5190664.

HSL color Cylindrical-coordinate representation of color #08344F: hue angle of 202.82º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08344F is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85279-
CMYK0.900.3400.69
HSL202.82º81.61%17.06%-
HSV(B)202.82º89.87%30.98%-
XYZ2.743.077.85-
YUV41.92148.92103.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 79 (31.25% from 255) = 56.83%
R=5.76%
G=37.41%
B=56.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal852790.900.3400.69202.8281.6117.06
Hex8344F5A22045cb5211
Octal106411713242010531312221
Binary1000110100100111110110101000100100010111001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08344F; }

 p { color: rgb(8,52,79); }

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

<style>
 a { background-color: #08344F; }

 a { background-color: rgb(8,52,79); }

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

<style>
 span { border-color: #08344F; }

 span { border-color: rgb(8,52,79); }

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