#08394E

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

Shades of Blue Whale #08394E

Tints of Blue Whale #08394E

Color information

#08394E (or 0x08394E) is unknown color: approx Blue Whale. HEX triplet: 08, 39 and 4E. RGB value is (8,57,78). Sum of RGB (Red+Green+Blue) = 8+57+78=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #08394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08394E is #F7C6B1. Grayscale: #2C2C2C. Windows color (decimal): -16238258 or 5126408. OLE color: 5126408.

HSL color Cylindrical-coordinate representation of color #08394E: hue angle of 198º degrees, saturation: 0.81, 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 #08394E is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB85778-
CMYK0.900.2700.69
HSL198º81.4%16.86%-
HSV(B)198º89.74%30.59%-
XYZ2.943.537.73-
YUV44.74146.77101.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 54.55%
R=5.59%
G=39.86%
B=54.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal857780.900.2700.6919881.416.86
Hex8394E5A1B045c65111
Octal107111613233010530612121
Binary100011100110011101011010110110100010111000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08394E; }

 p { color: rgb(8,57,78); }

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

<style>
 a { background-color: #08394E; }

 a { background-color: rgb(8,57,78); }

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

<style>
 span { border-color: #08394E; }

 span { border-color: rgb(8,57,78); }

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