#09354E

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

Shades of Blue Whale #09354E

Tints of Blue Whale #09354E

Color information

#09354E (or 0x09354E) is unknown color: approx Blue Whale. HEX triplet: 09, 35 and 4E. RGB value is (9,53,78). Sum of RGB (Red+Green+Blue) = 9+53+78=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #09354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09354E is #F6CAB1. Grayscale: #2A2A2A. Windows color (decimal): -16173746 or 5125385. OLE color: 5125385.

HSL color Cylindrical-coordinate representation of color #09354E: hue angle of 201.74º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09354E is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB95378-
CMYK0.880.3200.69
HSL201.74º79.31%17.06%-
HSV(B)201.74º88.46%30.59%-
XYZ2.763.157.67-
YUV42.69147.92103.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=6.43%
G=37.86%
B=55.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal953780.880.3200.69201.7479.3117.06
Hex9354E5820045ca4f11
Octal116511613040010531211721
Binary1001110101100111010110001000000100010111001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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