#15323F

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

Shades of Blue Whale #15323F

Tints of Blue Whale #15323F

Color information

#15323F (or 0x15323F) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 3F. RGB value is (21,50,63). Sum of RGB (Red+Green+Blue) = 21+50+63=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #15323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15323F is #EACDC0. Grayscale: #2A2A2A. Windows color (decimal): -15388097 or 4141589. OLE color: 4141589.

HSL color Cylindrical-coordinate representation of color #15323F: hue angle of 198.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15323F is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB215063-
CMYK0.670.2100.75
HSL198.57º50%16.47%-
HSV(B)198.57º66.67%24.71%-
XYZ2.352.85.12-
YUV42.81139.39112.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 63 (25% from 255) = 47.01%
R=15.67%
G=37.31%
B=47.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2150630.670.2100.75198.575016.47
Hex15323F431504Bc73210
Octal2562771032501133076220
Binary10101110010111111100001110101010010111100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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