#15323E

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

Shades of Blue Whale #15323E

Tints of Blue Whale #15323E

Color information

#15323E (or 0x15323E) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 3E. RGB value is (21,50,62). Sum of RGB (Red+Green+Blue) = 21+50+62=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #15323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323E is #EACDC1. Grayscale: #2A2A2A. Windows color (decimal): -15388098 or 4076053. OLE color: 4076053.

HSL color Cylindrical-coordinate representation of color #15323E: hue angle of 197.56º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15323E is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB215062-
CMYK0.660.1900.76
HSL197.56º49.4%16.27%-
HSV(B)197.56º66.13%24.31%-
XYZ2.322.794.97-
YUV42.7138.89112.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 62 (24.61% from 255) = 46.62%
R=15.79%
G=37.59%
B=46.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2150620.660.1900.76197.5649.416.27
Hex15323E421304Cc63110
Octal2562761022301143066120
Binary10101110010111110100001010011010011001100011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,50,62); }

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

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

 a { background-color: rgb(21,50,62); }

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

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

 span { border-color: rgb(21,50,62); }

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