Html Css Color HEX #213F5A Regal Blue

📋 copy color: '#213F5A'

red 33 ◦ green 63 ◦ blue 90

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

Shades of Regal Blue #213F5A

Tints of Regal Blue #213F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 17.74%
G = 33.87%
B = 48.39%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213F5A (or 0x213F5A) is known color: Regal Blue. HEX triplet: 21, 3F and 5A. RGB value is (33,63,90). Sum of RGB (Red+Green+Blue) = 33+63+90=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #213F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5A is #DEC0A5. Grayscale: #383838. Windows color (decimal): -14598310 or 5914401. OLE color: 5914401.

HSL color Cylindrical-coordinate representation of color #213F5A: hue angle of 208.42º 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 #213F5A is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 63 90 -
CMYK 0.63 0.30 0 0.65
HSL 208.42º 0.46% 0.24% -
HSV(B) 208.42º 0.63% 0.35% -
XYZ 4.25 4.62 10.34 -
YUV 57.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 33 63 90 0.63 0.30 0 0.65 208.42 0.46 0.24
Hex 21 3F 5A 3F 1E 0 41 D0 2E 18
Octal 41 77 132 77 36 0 101 320 56 30
Binary 100001 111111 1011010 111111 11110 0 1000001 11010000 101110 11000

Color Harmonies of #213F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F5A

Black with #213F5A

Text Example


Text Example

White with #213F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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