Html Css Color HEX #213C55 Regal Blue

📋 copy color: '#213C55'

red 33 ◦ green 60 ◦ blue 85

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

Shades of Regal Blue #213C55

Tints of Regal Blue #213C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.71%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 18.54%
G = 33.71%
B = 47.75%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213C55 (or 0x213C55) is known color: Regal Blue. HEX triplet: 21, 3C and 55. RGB value is (33,60,85). Sum of RGB (Red+Green+Blue) = 33+60+85=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #213C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C55 is #DEC3AA. Grayscale: #363636. Windows color (decimal): -14599083 or 5585953. OLE color: 5585953.

HSL color Cylindrical-coordinate representation of color #213C55: hue angle of 208.85º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213C55 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 60 85 -
CMYK 0.61 0.29 0 0.67
HSL 208.85º 0.44% 0.23% -
HSV(B) 208.85º 0.61% 0.33% -
XYZ 3.88 4.21 9.2 -
YUV 54.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 33 60 85 0.61 0.29 0 0.67 208.85 0.44 0.23
Hex 21 3C 55 3D 1D 0 43 D1 2C 17
Octal 41 74 125 75 35 0 103 321 54 27
Binary 100001 111100 1010101 111101 11101 0 1000011 11010001 101100 10111

Color Harmonies of #213C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C55

Black with #213C55

Text Example


Text Example

White with #213C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,85); }

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

background-color css

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

 a { background-color: rgb(33,60,85); }

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

border-color css

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

 span { border-color: rgb(33,60,85); }

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