Html Css Color HEX #213E5A Regal Blue

📋 copy color: '#213E5A'

red 33 ◦ green 62 ◦ blue 90

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

Shades of Regal Blue #213E5A

Tints of Regal Blue #213E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 17.84%
G = 33.51%
B = 48.65%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213E5A (or 0x213E5A) is known color: Regal Blue. HEX triplet: 21, 3E and 5A. RGB value is (33,62,90). Sum of RGB (Red+Green+Blue) = 33+62+90=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #213E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E5A is #DEC1A5. Grayscale: #383838. Windows color (decimal): -14598566 or 5914145. OLE color: 5914145.

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

Color convert

RGB 33 62 90 -
CMYK 0.63 0.31 0 0.65
HSL 209.47º 0.46% 0.24% -
HSV(B) 209.47º 0.63% 0.35% -
XYZ 4.2 4.51 10.32 -
YUV 56.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 33 62 90 0.63 0.31 0 0.65 209.47 0.46 0.24
Hex 21 3E 5A 3F 1F 0 41 D1 2E 18
Octal 41 76 132 77 37 0 101 321 56 30
Binary 100001 111110 1011010 111111 11111 0 1000001 11010001 101110 11000

Color Harmonies of #213E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E5A

Black with #213E5A

Text Example


Text Example

White with #213E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,90); }

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

background-color css

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

 a { background-color: rgb(33,62,90); }

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

border-color css

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

 span { border-color: rgb(33,62,90); }

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