Html Css Color HEX #213954 Regal Blue

📋 copy color: '#213954'

red 33 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #213954

Tints of Regal Blue #213954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 18.97%
G = 32.76%
B = 48.28%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213954 (or 0x213954) is known color: Regal Blue. HEX triplet: 21, 39 and 54. RGB value is (33,57,84). Sum of RGB (Red+Green+Blue) = 33+57+84=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #213954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213954 is #DEC6AB. Grayscale: #343434. Windows color (decimal): -14599852 or 5519649. OLE color: 5519649.

HSL color Cylindrical-coordinate representation of color #213954: hue angle of 211.76º 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 #213954 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 57 84 -
CMYK 0.61 0.32 0 0.67
HSL 211.76º 0.44% 0.23% -
HSV(B) 211.76º 0.61% 0.33% -
XYZ 3.69 3.89 8.94 -
YUV 52.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 33 57 84 0.61 0.32 0 0.67 211.76 0.44 0.23
Hex 21 39 54 3D 20 0 43 D4 2C 17
Octal 41 71 124 75 40 0 103 324 54 27
Binary 100001 111001 1010100 111101 100000 0 1000011 11010100 101100 10111

Color Harmonies of #213954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213954

Black with #213954

Text Example


Text Example

White with #213954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213954; }

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

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

background-color css

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

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

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

border-color css

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

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

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