#213548

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

Shades of Blue Whale #213548

Tints of Blue Whale #213548

Color information

#213548 (or 0x213548) is unknown color: approx Blue Whale. HEX triplet: 21, 35 and 48. RGB value is (33,53,72). Sum of RGB (Red+Green+Blue) = 33+53+72=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #213548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213548 is #DECAB7. Grayscale: #313131. Windows color (decimal): -14600888 or 4732193. OLE color: 4732193.

HSL color Cylindrical-coordinate representation of color #213548: hue angle of 209.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213548 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB335372-
CMYK0.540.2600.72
HSL209.23º37.14%20.59%-
HSV(B)209.23º54.17%28.24%-
XYZ3.073.346.61-
YUV49.19140.87116.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=20.89%
G=33.54%
B=45.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3353720.540.2600.72209.2337.1420.59
Hex213548361A048d12515
Octal4165110663201103214525
Binary100001110101100100011011011010010010001101000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213548; }

 p { color: rgb(33,53,72); }

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

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

 a { background-color: rgb(33,53,72); }

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

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

 span { border-color: rgb(33,53,72); }

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