#09304D

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

Shades of Blue Whale #09304D

Tints of Blue Whale #09304D

Color information

#09304D (or 0x09304D) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 4D. RGB value is (9,48,77). Sum of RGB (Red+Green+Blue) = 9+48+77=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #09304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09304D is #F6CFB2. Grayscale: #272727. Windows color (decimal): -16175027 or 5058569. OLE color: 5058569.

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

Color convert

RGB94877-
CMYK0.880.3800.70
HSL205.59º79.07%16.86%-
HSV(B)205.59º88.31%30.2%-
XYZ2.512.717.41-
YUV39.64149.08106.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=6.72%
G=35.82%
B=57.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal948770.880.3800.70205.5979.0716.86
Hex9304D5826046ce4f11
Octal116011513046010631611721
Binary1001110000100110110110001001100100011011001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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