Html Css Color HEX #213C58 Regal Blue

📋 copy color: '#213C58'

red 33 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #213C58

Tints of Regal Blue #213C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 18.23%
G = 33.15%
B = 48.62%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213C58 (or 0x213C58) is known color: Regal Blue. HEX triplet: 21, 3C and 58. RGB value is (33,60,88). Sum of RGB (Red+Green+Blue) = 33+60+88=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #213C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C58 is #DEC3A7. Grayscale: #363636. Windows color (decimal): -14599080 or 5782561. OLE color: 5782561.

HSL color Cylindrical-coordinate representation of color #213C58: hue angle of 210.55º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213C58 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 60 88 -
CMYK 0.62 0.32 0 0.65
HSL 210.55º 0.45% 0.24% -
HSV(B) 210.55º 0.63% 0.35% -
XYZ 4 4.26 9.84 -
YUV 55.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 33 60 88 0.62 0.32 0 0.65 210.55 0.45 0.24
Hex 21 3C 58 3E 20 0 41 D3 2D 18
Octal 41 74 130 76 40 0 101 323 55 30
Binary 100001 111100 1011000 111110 100000 0 1000001 11010011 101101 11000

Color Harmonies of #213C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C58

Black with #213C58

Text Example


Text Example

White with #213C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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