#213952

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

Shades of Regal Blue #213952

Tints of Regal Blue #213952

Color information

#213952 (or 0x213952) is unknown color: approx Regal Blue. HEX triplet: 21, 39 and 52. RGB value is (33,57,82). Sum of RGB (Red+Green+Blue) = 33+57+82=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #213952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213952 is #DEC6AD. Grayscale: #343434. Windows color (decimal): -14599854 or 5388577. OLE color: 5388577.

HSL color Cylindrical-coordinate representation of color #213952: hue angle of 210.61º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213952 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335782-
CMYK0.600.3000.68
HSL210.61º42.61%22.55%-
HSV(B)210.61º59.76%32.16%-
XYZ3.613.868.54-
YUV52.67144.55113.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=19.19%
G=33.14%
B=47.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3357820.600.3000.68210.6142.6122.55
Hex2139523C1E044d32b17
Octal4171122743601043235327
Binary100001111001101001011110011110010001001101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213952; }

 p { color: rgb(33,57,82); }

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

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

 a { background-color: rgb(33,57,82); }

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

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

 span { border-color: rgb(33,57,82); }

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