#09384D

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

Shades of Blue Whale #09384D

Tints of Blue Whale #09384D

Color information

#09384D (or 0x09384D) is unknown color: approx Blue Whale. HEX triplet: 09, 38 and 4D. RGB value is (9,56,77). Sum of RGB (Red+Green+Blue) = 9+56+77=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #09384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09384D is #F6C7B2. Grayscale: #2C2C2C. Windows color (decimal): -16172979 or 5060617. OLE color: 5060617.

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

Color convert

RGB95677-
CMYK0.880.2700.70
HSL198.53º79.07%16.86%-
HSV(B)198.53º88.31%30.2%-
XYZ2.873.427.53-
YUV44.34146.43102.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=6.34%
G=39.44%
B=54.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal956770.880.2700.70198.5379.0716.86
Hex9384D581B046c74f11
Octal117011513033010630711721
Binary100111100010011011011000110110100011011000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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