Html Css Color HEX #213F5D Regal Blue

📋 copy color: '#213F5D'

red 33 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #213F5D

Tints of Regal Blue #213F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 17.46%
G = 33.33%
B = 49.21%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#213F5D (or 0x213F5D) is known color: Regal Blue. HEX triplet: 21, 3F and 5D. RGB value is (33,63,93). Sum of RGB (Red+Green+Blue) = 33+63+93=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #213F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5D is #DEC0A2. Grayscale: #393939. Windows color (decimal): -14598307 or 6111009. OLE color: 6111009.

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

Color convert

RGB 33 63 93 -
CMYK 0.65 0.32 0 0.64
HSL 210º 0.48% 0.25% -
HSV(B) 210º 0.65% 0.36% -
XYZ 4.38 4.67 11.03 -
YUV 57.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 33 63 93 0.65 0.32 0 0.64 210 0.48 0.25
Hex 21 3F 5D 41 20 0 40 D2 30 19
Octal 41 77 135 101 40 0 100 322 60 31
Binary 100001 111111 1011101 1000001 100000 0 1000000 11010010 110000 11001

Color Harmonies of #213F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F5D

Black with #213F5D

Text Example


Text Example

White with #213F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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