#08394F

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

Shades of Blue Whale #08394F

Tints of Blue Whale #08394F

Color information

#08394F (or 0x08394F) is unknown color: approx Blue Whale. HEX triplet: 08, 39 and 4F. RGB value is (8,57,79). Sum of RGB (Red+Green+Blue) = 8+57+79=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #08394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08394F is #F7C6B0. Grayscale: #2C2C2C. Windows color (decimal): -16238257 or 5191944. OLE color: 5191944.

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

Color convert

RGB85779-
CMYK0.900.2800.69
HSL198.59º81.61%17.06%-
HSV(B)198.59º89.87%30.98%-
XYZ2.973.547.92-
YUV44.86147.27101.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=5.56%
G=39.58%
B=54.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal857790.900.2800.69198.5981.6117.06
Hex8394F5A1C045c75211
Octal107111713234010530712221
Binary100011100110011111011010111000100010111000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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