Html Css Color HEX #213A52 Regal Blue

📋 copy color: '#213A52'

red 33 ◦ green 58 ◦ blue 82

#213A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #213A52

Tints of Regal Blue #213A52

RGB

 RED value IS 33 (13.28% from 255) = 19.08%

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 19.08%
G = 33.53%
B = 47.4%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#213A52 (or 0x213A52) is known color: Regal Blue. HEX triplet: 21, 3A and 52. RGB value is (33,58,82). Sum of RGB (Red+Green+Blue) = 33+58+82=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #213A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A52 is #DEC5AD. Grayscale: #353535. Windows color (decimal): -14599598 or 5388833. OLE color: 5388833.

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

Color convert

RGB 33 58 82 -
CMYK 0.60 0.29 0 0.68
HSL 209.39º 0.43% 0.23% -
HSV(B) 209.39º 0.6% 0.32% -
XYZ 3.66 3.96 8.55 -
YUV 53.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 33 58 82 0.60 0.29 0 0.68 209.39 0.43 0.23
Hex 21 3A 52 3C 1D 0 44 D1 2B 17
Octal 41 72 122 74 35 0 104 321 53 27
Binary 100001 111010 1010010 111100 11101 0 1000100 11010001 101011 10111

Color Harmonies of #213A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A52

Black with #213A52

Text Example


Text Example

White with #213A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213A52; }

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

 H1.HeaderClassName
 {
   color: #213A52;
 }
 .AnyTagClassName
 {
   color: #213A52;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #213A52;
 }
 .BgClassName
 {
   background-color: #213A52;
 }
</style>

border-color css

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

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

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