#08344E

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

Shades of Blue Whale #08344E

Tints of Blue Whale #08344E

Color information

#08344E (or 0x08344E) is unknown color: approx Blue Whale. HEX triplet: 08, 34 and 4E. RGB value is (8,52,78). Sum of RGB (Red+Green+Blue) = 8+52+78=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #08344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08344E is #F7CBB1. Grayscale: #292929. Windows color (decimal): -16239538 or 5125128. OLE color: 5125128.

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

Color convert

RGB85278-
CMYK0.900.3300.69
HSL202.29º81.4%16.86%-
HSV(B)202.29º89.74%30.59%-
XYZ2.73.067.66-
YUV41.81148.42103.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=5.80%
G=37.68%
B=56.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal852780.900.3300.69202.2981.416.86
Hex8344E5A21045ca5111
Octal106411613241010531212121
Binary1000110100100111010110101000010100010111001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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