#08384E

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

Shades of Blue Whale #08384E

Tints of Blue Whale #08384E

Color information

#08384E (or 0x08384E) is unknown color: approx Blue Whale. HEX triplet: 08, 38 and 4E. RGB value is (8,56,78). Sum of RGB (Red+Green+Blue) = 8+56+78=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #08384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08384E is #F7C7B1. Grayscale: #2C2C2C. Windows color (decimal): -16238514 or 5126152. OLE color: 5126152.

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

Color convert

RGB85678-
CMYK0.900.2800.69
HSL198.86º81.4%16.86%-
HSV(B)198.86º89.74%30.59%-
XYZ2.893.437.72-
YUV44.16147.1102.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 78 (30.86% from 255) = 54.93%
R=5.63%
G=39.44%
B=54.93%

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
Decimal856780.900.2800.69198.8681.416.86
Hex8384E5A1C045c75111
Octal107011613234010530712121
Binary100011100010011101011010111000100010111000111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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