Html Css Color HEX #213F5E Regal Blue

📋 copy color: '#213F5E'

red 33 ◦ green 63 ◦ blue 94

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

Shades of Regal Blue #213F5E

Tints of Regal Blue #213F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 17.37%
G = 33.16%
B = 49.47%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#213F5E (or 0x213F5E) is known color: Regal Blue. HEX triplet: 21, 3F and 5E. RGB value is (33,63,94). Sum of RGB (Red+Green+Blue) = 33+63+94=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #213F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5E is #DEC0A1. Grayscale: #393939. Windows color (decimal): -14598306 or 6176545. OLE color: 6176545.

HSL color Cylindrical-coordinate representation of color #213F5E: hue angle of 210.49º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213F5E is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 63 94 -
CMYK 0.65 0.33 0 0.63
HSL 210.49º 0.48% 0.25% -
HSV(B) 210.49º 0.65% 0.37% -
XYZ 4.43 4.69 11.26 -
YUV 57.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 33 63 94 0.65 0.33 0 0.63 210.49 0.48 0.25
Hex 21 3F 5E 41 21 0 3F D2 30 19
Octal 41 77 136 101 41 0 77 322 60 31
Binary 100001 111111 1011110 1000001 100001 0 111111 11010010 110000 11001

Color Harmonies of #213F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F5E

Black with #213F5E

Text Example


Text Example

White with #213F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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