Html Css Color HEX #213D54 Regal Blue

📋 copy color: '#213D54'

red 33 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #213D54

Tints of Regal Blue #213D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 18.54%
G = 34.27%
B = 47.19%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213D54 (or 0x213D54) is known color: Regal Blue. HEX triplet: 21, 3D and 54. RGB value is (33,61,84). Sum of RGB (Red+Green+Blue) = 33+61+84=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #213D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D54 is #DEC2AB. Grayscale: #373737. Windows color (decimal): -14598828 or 5520673. OLE color: 5520673.

HSL color Cylindrical-coordinate representation of color #213D54: hue angle of 207.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213D54 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 61 84 -
CMYK 0.61 0.27 0 0.67
HSL 207.06º 0.44% 0.23% -
HSV(B) 207.06º 0.61% 0.33% -
XYZ 3.9 4.3 9.01 -
YUV 55.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 33 61 84 0.61 0.27 0 0.67 207.06 0.44 0.23
Hex 21 3D 54 3D 1B 0 43 CF 2C 17
Octal 41 75 124 75 33 0 103 317 54 27
Binary 100001 111101 1010100 111101 11011 0 1000011 11001111 101100 10111

Color Harmonies of #213D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D54

Black with #213D54

Text Example


Text Example

White with #213D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,84); }

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

background-color css

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

 a { background-color: rgb(33,61,84); }

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

border-color css

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

 span { border-color: rgb(33,61,84); }

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