#09384B

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

Shades of Blue Whale #09384B

Tints of Blue Whale #09384B

Color information

#09384B (or 0x09384B) is unknown color: approx Blue Whale. HEX triplet: 09, 38 and 4B. RGB value is (9,56,75). Sum of RGB (Red+Green+Blue) = 9+56+75=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #09384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09384B is #F6C7B4. Grayscale: #2B2B2B. Windows color (decimal): -16172981 or 4929545. OLE color: 4929545.

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

Color convert

RGB95675-
CMYK0.880.2500.71
HSL197.27º78.57%16.47%-
HSV(B)197.27º88%29.41%-
XYZ2.83.397.16-
YUV44.11145.43102.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 53.57%
R=6.43%
G=40%
B=53.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal956750.880.2500.71197.2778.5716.47
Hex9384B5819047c54f10
Octal117011313031010730511720
Binary100111100010010111011000110010100011111000101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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