#08324D

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

Shades of Blue Whale #08324D

Tints of Blue Whale #08324D

Color information

#08324D (or 0x08324D) is unknown color: approx Blue Whale. HEX triplet: 08, 32 and 4D. RGB value is (8,50,77). Sum of RGB (Red+Green+Blue) = 8+50+77=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #08324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08324D is #F7CDB2. Grayscale: #282828. Windows color (decimal): -16240051 or 5059080. OLE color: 5059080.

HSL color Cylindrical-coordinate representation of color #08324D: hue angle of 203.48º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08324D is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB85077-
CMYK0.900.3500.70
HSL203.48º81.18%16.67%-
HSV(B)203.48º89.61%30.2%-
XYZ2.582.877.44-
YUV40.52148.59104.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 50 (19.92% from 255) = 37.04%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=5.93%
G=37.04%
B=57.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal850770.900.3500.70203.4881.1816.67
Hex8324D5A23046cb5111
Octal106211513243010631312121
Binary1000110010100110110110101000110100011011001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08324D; }

 p { color: rgb(8,50,77); }

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

<style>
 a { background-color: #08324D; }

 a { background-color: rgb(8,50,77); }

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

<style>
 span { border-color: #08324D; }

 span { border-color: rgb(8,50,77); }

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