#09354A

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

Shades of Blue Whale #09354A

Tints of Blue Whale #09354A

Color information

#09354A (or 0x09354A) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 4A. RGB value is (9,53,74). Sum of RGB (Red+Green+Blue) = 9+53+74=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #09354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09354A is #F6CAB5. Grayscale: #2A2A2A. Windows color (decimal): -16173750 or 4863241. OLE color: 4863241.

HSL color Cylindrical-coordinate representation of color #09354A: hue angle of 199.38º degrees, saturation: 0.78, 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 #09354A is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95374-
CMYK0.880.2800.71
HSL199.38º78.31%16.27%-
HSV(B)199.38º87.84%29.02%-
XYZ2.623.16.94-
YUV42.24145.92104.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=6.62%
G=38.97%
B=54.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal953740.880.2800.71199.3878.3116.27
Hex9354A581C047c74e10
Octal116511213034010730711620
Binary100111010110010101011000111000100011111000111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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