#09344B

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

Shades of Blue Whale #09344B

Tints of Blue Whale #09344B

Color information

#09344B (or 0x09344B) is unknown color: approx Blue Whale. HEX triplet: 09, 34 and 4B. RGB value is (9,52,75). Sum of RGB (Red+Green+Blue) = 9+52+75=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #09344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09344B is #F6CBB4. Grayscale: #292929. Windows color (decimal): -16174005 or 4928521. OLE color: 4928521.

HSL color Cylindrical-coordinate representation of color #09344B: hue angle of 200.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09344B is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95275-
CMYK0.880.3100.71
HSL200.91º78.57%16.47%-
HSV(B)200.91º88%29.41%-
XYZ2.613.027.1-
YUV41.76146.75104.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=6.62%
G=38.24%
B=55.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal952750.880.3100.71200.9178.5716.47
Hex9344B581F047c94f10
Octal116411313037010731111720
Binary100111010010010111011000111110100011111001001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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