#08384D

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

Shades of Blue Whale #08384D

Tints of Blue Whale #08384D

Color information

#08384D (or 0x08384D) is unknown color: approx Blue Whale. HEX triplet: 08, 38 and 4D. RGB value is (8,56,77). Sum of RGB (Red+Green+Blue) = 8+56+77=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #08384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08384D is #F7C7B2. Grayscale: #2B2B2B. Windows color (decimal): -16238515 or 5060616. OLE color: 5060616.

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

Color convert

RGB85677-
CMYK0.900.2700.70
HSL198.26º81.18%16.67%-
HSV(B)198.26º89.61%30.2%-
XYZ2.853.427.53-
YUV44.04146.6102.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=5.67%
G=39.72%
B=54.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal856770.900.2700.70198.2681.1816.67
Hex8384D5A1B046c65111
Octal107011513233010630612121
Binary100011100010011011011010110110100011011000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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