#08334F

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

Shades of Blue Whale #08334F

Tints of Blue Whale #08334F

Color information

#08334F (or 0x08334F) is unknown color: approx Blue Whale. HEX triplet: 08, 33 and 4F. RGB value is (8,51,79). Sum of RGB (Red+Green+Blue) = 8+51+79=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #08334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08334F is #F7CCB0. Grayscale: #292929. Windows color (decimal): -16239793 or 5190408. OLE color: 5190408.

HSL color Cylindrical-coordinate representation of color #08334F: hue angle of 203.66º 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 #08334F is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85179-
CMYK0.900.3500.69
HSL203.66º81.61%17.06%-
HSV(B)203.66º89.87%30.98%-
XYZ2.72.987.83-
YUV41.34149.25104.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=5.80%
G=36.96%
B=57.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal851790.900.3500.69203.6681.6117.06
Hex8334F5A23045cc5211
Octal106311713243010531412221
Binary1000110011100111110110101000110100010111001100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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