#09374D

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

Shades of Blue Whale #09374D

Tints of Blue Whale #09374D

Color information

#09374D (or 0x09374D) is unknown color: approx Blue Whale. HEX triplet: 09, 37 and 4D. RGB value is (9,55,77). Sum of RGB (Red+Green+Blue) = 9+55+77=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #09374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09374D is #F6C8B2. Grayscale: #2B2B2B. Windows color (decimal): -16173235 or 5060361. OLE color: 5060361.

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

Color convert

RGB95577-
CMYK0.880.2900.70
HSL199.41º79.07%16.86%-
HSV(B)199.41º88.31%30.2%-
XYZ2.823.337.51-
YUV43.75146.76103.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=6.38%
G=39.01%
B=54.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal955770.880.2900.70199.4179.0716.86
Hex9374D581D046c74f11
Octal116711513035010630711721
Binary100111011110011011011000111010100011011000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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