#09354D

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

Shades of Blue Whale #09354D

Tints of Blue Whale #09354D

Color information

#09354D (or 0x09354D) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 4D. RGB value is (9,53,77). Sum of RGB (Red+Green+Blue) = 9+53+77=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #09354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354D is #F6CAB2. Grayscale: #2A2A2A. Windows color (decimal): -16173747 or 5059849. OLE color: 5059849.

HSL color Cylindrical-coordinate representation of color #09354D: hue angle of 201.18º 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 #09354D is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB95377-
CMYK0.880.3100.70
HSL201.18º79.07%16.86%-
HSV(B)201.18º88.31%30.2%-
XYZ2.733.147.48-
YUV42.58147.42104.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=6.47%
G=38.13%
B=55.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal953770.880.3100.70201.1879.0716.86
Hex9354D581F046c94f11
Octal116511513037010631111721
Binary100111010110011011011000111110100011011001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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