#213852

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

Shades of Regal Blue #213852

Tints of Regal Blue #213852

Color information

#213852 (or 0x213852) is unknown color: approx Regal Blue. HEX triplet: 21, 38 and 52. RGB value is (33,56,82). Sum of RGB (Red+Green+Blue) = 33+56+82=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #213852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213852 is #DEC7AD. Grayscale: #333333. Windows color (decimal): -14600110 or 5388321. OLE color: 5388321.

HSL color Cylindrical-coordinate representation of color #213852: hue angle of 211.84º 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 #213852 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335682-
CMYK0.600.3200.68
HSL211.84º42.61%22.55%-
HSV(B)211.84º59.76%32.16%-
XYZ3.563.768.52-
YUV52.09144.88114.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=19.30%
G=32.75%
B=47.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3356820.600.3200.68211.8442.6122.55
Hex2138523C20044d42b17
Octal4170122744001043245327
Binary1000011110001010010111100100000010001001101010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213852; }

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

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

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

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

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

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

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

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