#09344D

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

Shades of Blue Whale #09344D

Tints of Blue Whale #09344D

Color information

#09344D (or 0x09344D) is unknown color: approx Blue Whale. HEX triplet: 09, 34 and 4D. RGB value is (9,52,77). Sum of RGB (Red+Green+Blue) = 9+52+77=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #09344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09344D is #F6CBB2. Grayscale: #292929. Windows color (decimal): -16174003 or 5059593. OLE color: 5059593.

HSL color Cylindrical-coordinate representation of color #09344D: hue angle of 202.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09344D is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB95277-
CMYK0.880.3200.70
HSL202.06º79.07%16.86%-
HSV(B)202.06º88.31%30.2%-
XYZ2.683.057.47-
YUV41.99147.75104.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=6.52%
G=37.68%
B=55.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal952770.880.3200.70202.0679.0716.86
Hex9344D5820046ca4f11
Octal116411513040010631211721
Binary1001110100100110110110001000000100011011001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,52,77); }

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

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

 a { background-color: rgb(9,52,77); }

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

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

 span { border-color: rgb(9,52,77); }

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