#153244

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

Shades of Blue Whale #153244

Tints of Blue Whale #153244

Color information

#153244 (or 0x153244) is unknown color: approx Blue Whale. HEX triplet: 15, 32 and 44. RGB value is (21,50,68). Sum of RGB (Red+Green+Blue) = 21+50+68=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #153244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153244 is #EACDBB. Grayscale: #2B2B2B. Windows color (decimal): -15388092 or 4469269. OLE color: 4469269.

HSL color Cylindrical-coordinate representation of color #153244: hue angle of 202.98º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #153244 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB215068-
CMYK0.690.2600.73
HSL202.98º52.81%17.45%-
HSV(B)202.98º69.12%26.67%-
XYZ2.492.865.89-
YUV43.38141.89112.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=15.11%
G=35.97%
B=48.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2150680.690.2600.73202.9852.8117.45
Hex153244451A049cb3511
Octal25621041053201113136521
Binary101011100101000100100010111010010010011100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153244; }

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

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

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

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

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

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

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

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