Html Css Color HEX #212695 Egyptian Blue

📋 copy color: '#212695'

red 33 ◦ green 38 ◦ blue 149

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

Shades of Egyptian Blue #212695

Tints of Egyptian Blue #212695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.27%

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

R = 15%
G = 17.27%
B = 67.73%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212695 (or 0x212695) is known color: Egyptian Blue. HEX triplet: 21, 26 and 95. RGB value is (33,38,149). Sum of RGB (Red+Green+Blue) = 33+38+149=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #212695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212695 is #DED96A. Grayscale: #303030. Windows color (decimal): -14604651 or 9774625. OLE color: 9774625.

HSL color Cylindrical-coordinate representation of color #212695: hue angle of 237.41º 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 #212695 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 38 149 -
CMYK 0.78 0.74 0 0.42
HSL 237.41º 0.64% 0.36% -
HSV(B) 237.41º 0.78% 0.58% -
XYZ 6.75 3.88 28.83 -
YUV 49.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 33 38 149 0.78 0.74 0 0.42 237.41 0.64 0.36
Hex 21 26 95 4E 4A 0 2A ED 40 24
Octal 41 46 225 116 112 0 52 355 100 44
Binary 100001 100110 10010101 1001110 1001010 0 101010 11101101 1000000 100100

Color Harmonies of #212695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212695

Black with #212695

Text Example


Text Example

White with #212695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212695; }

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

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

background-color css

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

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

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

border-color css

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

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

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