Html Css Color HEX #213A56 Regal Blue

📋 copy color: '#213A56'

red 33 ◦ green 58 ◦ blue 86

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

Shades of Regal Blue #213A56

Tints of Regal Blue #213A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 48.59%

R = 18.64%
G = 32.77%
B = 48.59%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213A56 (or 0x213A56) is known color: Regal Blue. HEX triplet: 21, 3A and 56. RGB value is (33,58,86). Sum of RGB (Red+Green+Blue) = 33+58+86=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #213A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A56 is #DEC5A9. Grayscale: #353535. Windows color (decimal): -14599594 or 5650977. OLE color: 5650977.

HSL color Cylindrical-coordinate representation of color #213A56: hue angle of 211.7º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213A56 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 58 86 -
CMYK 0.62 0.33 0 0.66
HSL 211.7º 0.45% 0.23% -
HSV(B) 211.7º 0.62% 0.34% -
XYZ 3.82 4.02 9.38 -
YUV 53.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 33 58 86 0.62 0.33 0 0.66 211.7 0.45 0.23
Hex 21 3A 56 3E 21 0 42 D4 2D 17
Octal 41 72 126 76 41 0 102 324 55 27
Binary 100001 111010 1010110 111110 100001 0 1000010 11010100 101101 10111

Color Harmonies of #213A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A56

Black with #213A56

Text Example


Text Example

White with #213A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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