#08364D

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

Shades of Blue Whale #08364D

Tints of Blue Whale #08364D

Color information

#08364D (or 0x08364D) is unknown color: approx Blue Whale. HEX triplet: 08, 36 and 4D. RGB value is (8,54,77). Sum of RGB (Red+Green+Blue) = 8+54+77=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #08364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08364D is #F7C9B2. Grayscale: #2A2A2A. Windows color (decimal): -16239027 or 5060104. OLE color: 5060104.

HSL color Cylindrical-coordinate representation of color #08364D: hue angle of 200º 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 #08364D is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB85477-
CMYK0.900.3000.70
HSL200º81.18%16.67%-
HSV(B)200º89.61%30.2%-
XYZ2.763.237.5-
YUV42.87147.26103.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=5.76%
G=38.85%
B=55.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal854770.900.3000.7020081.1816.67
Hex8364D5A1E046c85111
Octal106611513236010631012121
Binary100011011010011011011010111100100011011001000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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