#08354E

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

Shades of Blue Whale #08354E

Tints of Blue Whale #08354E

Color information

#08354E (or 0x08354E) is unknown color: approx Blue Whale. HEX triplet: 08, 35 and 4E. RGB value is (8,53,78). Sum of RGB (Red+Green+Blue) = 8+53+78=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 78 (30.86% from 255 or 56.12% from 139); Max value from RGB is 78 - color contains mainly: blue. Hex color #08354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08354E is #F7CAB1. Grayscale: #2A2A2A. Windows color (decimal): -16239282 or 5125384. OLE color: 5125384.

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

Color convert

RGB85378-
CMYK0.900.3200.69
HSL201.43º81.4%16.86%-
HSV(B)201.43º89.74%30.59%-
XYZ2.753.157.67-
YUV42.4148.09103.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 78 (30.86% from 255) = 56.12%
R=5.76%
G=38.13%
B=56.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal853780.900.3200.69201.4381.416.86
Hex8354E5A20045c95111
Octal106511613240010531112121
Binary1000110101100111010110101000000100010111001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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