Html Css Color HEX #214055 Regal Blue

📋 copy color: '#214055'

red 33 ◦ green 64 ◦ blue 85

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

Shades of Regal Blue #214055

Tints of Regal Blue #214055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 18.13%
G = 35.16%
B = 46.7%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214055 (or 0x214055) is known color: Regal Blue. HEX triplet: 21, 40 and 55. RGB value is (33,64,85). Sum of RGB (Red+Green+Blue) = 33+64+85=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #214055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214055 is #DEBFAA. Grayscale: #393939. Windows color (decimal): -14598059 or 5586977. OLE color: 5586977.

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

Color convert

RGB 33 64 85 -
CMYK 0.61 0.25 0 0.67
HSL 204.23º 0.44% 0.23% -
HSV(B) 204.23º 0.61% 0.33% -
XYZ 4.1 4.65 9.27 -
YUV 57.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 33 64 85 0.61 0.25 0 0.67 204.23 0.44 0.23
Hex 21 40 55 3D 19 0 43 CC 2C 17
Octal 41 100 125 75 31 0 103 314 54 27
Binary 100001 1000000 1010101 111101 11001 0 1000011 11001100 101100 10111

Color Harmonies of #214055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214055

Black with #214055

Text Example


Text Example

White with #214055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214055; }

 p { color: rgb(33,64,85); }

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

background-color css

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

 a { background-color: rgb(33,64,85); }

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

border-color css

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

 span { border-color: rgb(33,64,85); }

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