Html Css Color HEX #214158 Regal Blue

📋 copy color: '#214158'

red 33 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #214158

Tints of Regal Blue #214158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 17.74%
G = 34.95%
B = 47.31%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214158 (or 0x214158) is known color: Regal Blue. HEX triplet: 21, 41 and 58. RGB value is (33,65,88). Sum of RGB (Red+Green+Blue) = 33+65+88=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #214158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214158 is #DEBEA7. Grayscale: #393939. Windows color (decimal): -14597800 or 5783841. OLE color: 5783841.

HSL color Cylindrical-coordinate representation of color #214158: hue angle of 205.09º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214158 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 65 88 -
CMYK 0.62 0.26 0 0.65
HSL 205.09º 0.45% 0.24% -
HSV(B) 205.09º 0.63% 0.35% -
XYZ 4.28 4.81 9.94 -
YUV 58.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 33 65 88 0.62 0.26 0 0.65 205.09 0.45 0.24
Hex 21 41 58 3E 1A 0 41 CD 2D 18
Octal 41 101 130 76 32 0 101 315 55 30
Binary 100001 1000001 1011000 111110 11010 0 1000001 11001101 101101 11000

Color Harmonies of #214158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214158

Black with #214158

Text Example


Text Example

White with #214158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214158; }

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

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

background-color css

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

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

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

border-color css

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

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

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