Html Css Color HEX #214162 Regal Blue

📋 copy color: '#214162'

red 33 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #214162

Tints of Regal Blue #214162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

 BLUE value IS 98 (38.67% from 255) = 50%

R = 16.84%
G = 33.16%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#214162 (or 0x214162) is known color: Regal Blue. HEX triplet: 21, 41 and 62. RGB value is (33,65,98). Sum of RGB (Red+Green+Blue) = 33+65+98=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #214162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214162 is #DEBE9D. Grayscale: #3B3B3B. Windows color (decimal): -14597790 or 6439201. OLE color: 6439201.

HSL color Cylindrical-coordinate representation of color #214162: hue angle of 210.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #214162 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 65 98 -
CMYK 0.66 0.34 0 0.62
HSL 210.46º 0.5% 0.26% -
HSV(B) 210.46º 0.66% 0.38% -
XYZ 4.72 4.99 12.27 -
YUV 59.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 33 65 98 0.66 0.34 0 0.62 210.46 0.5 0.26
Hex 21 41 62 42 22 0 3E D2 32 1A
Octal 41 101 142 102 42 0 76 322 62 32
Binary 100001 1000001 1100010 1000010 100010 0 111110 11010010 110010 11010

Color Harmonies of #214162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214162

Black with #214162

Text Example


Text Example

White with #214162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214162; }

 p { color: rgb(33,65,98); }

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

background-color css

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

 a { background-color: rgb(33,65,98); }

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

border-color css

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

 span { border-color: rgb(33,65,98); }

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