Html Css Color HEX #214295 Egyptian Blue

📋 copy color: '#214295'

red 33 ◦ green 66 ◦ blue 149

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

Shades of Egyptian Blue #214295

Tints of Egyptian Blue #214295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 13.31%
G = 26.61%
B = 60.08%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214295 (or 0x214295) is known color: Egyptian Blue. HEX triplet: 21, 42 and 95. RGB value is (33,66,149). Sum of RGB (Red+Green+Blue) = 33+66+149=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #214295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214295 is #DEBD6A. Grayscale: #414141. Windows color (decimal): -14597483 or 9781793. OLE color: 9781793.

HSL color Cylindrical-coordinate representation of color #214295: hue angle of 222.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214295 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 66 149 -
CMYK 0.78 0.56 0 0.42
HSL 222.93º 0.64% 0.36% -
HSV(B) 222.93º 0.78% 0.58% -
XYZ 8 6.39 29.25 -
YUV 65.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 33 66 149 0.78 0.56 0 0.42 222.93 0.64 0.36
Hex 21 42 95 4E 38 0 2A DF 40 24
Octal 41 102 225 116 70 0 52 337 100 44
Binary 100001 1000010 10010101 1001110 111000 0 101010 11011111 1000000 100100

Color Harmonies of #214295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214295

Black with #214295

Text Example


Text Example

White with #214295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214295; }

 p { color: rgb(33,66,149); }

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

background-color css

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

 a { background-color: rgb(33,66,149); }

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

border-color css

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

 span { border-color: rgb(33,66,149); }

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