#09304B

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

Shades of Blue Whale #09304B

Tints of Blue Whale #09304B

Color information

#09304B (or 0x09304B) is unknown color: approx Blue Whale. HEX triplet: 09, 30 and 4B. RGB value is (9,48,75). Sum of RGB (Red+Green+Blue) = 9+48+75=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #09304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09304B is #F6CFB4. Grayscale: #272727. Windows color (decimal): -16175029 or 4927497. OLE color: 4927497.

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

Color convert

RGB94875-
CMYK0.880.3600.71
HSL204.55º78.57%16.47%-
HSV(B)204.55º88%29.41%-
XYZ2.442.687.05-
YUV39.42148.08106.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=6.82%
G=36.36%
B=56.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal948750.880.3600.71204.5578.5716.47
Hex9304B5824047cd4f10
Octal116011313044010731511720
Binary1001110000100101110110001001000100011111001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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