Html Css Color HEX #231EAA Egyptian Blue

📋 copy color: '#231EAA'

red 35 ◦ green 30 ◦ blue 170

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

Shades of Egyptian Blue #231EAA

Tints of Egyptian Blue #231EAA

RGB

 RED value IS 35 (14.06% from 255) = 14.89%

 GREEN value IS 30 (12.11% from 255) = 12.77%

 BLUE value IS 170 (66.8% from 255) = 72.34%

R = 14.89%
G = 12.77%
B = 72.34%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#231EAA (or 0x231EAA) is known color: Egyptian Blue. HEX triplet: 23, 1E and AA. RGB value is (35,30,170). Sum of RGB (Red+Green+Blue) = 35+30+170=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #231EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231EAA is #DCE155. Grayscale: #2E2E2E. Windows color (decimal): -14475606 or 11148835. OLE color: 11148835.

HSL color Cylindrical-coordinate representation of color #231EAA: hue angle of 242.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231EAA is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 30 170 -
CMYK 0.79 0.82 0 0.33
HSL 242.14º 0.7% 0.39% -
HSV(B) 242.14º 0.82% 0.67% -
XYZ 8.41 4.19 38.4 -
YUV 47.46 197.16 119.12 -
System Red Green Blue C M Y K H S L
Decimal 35 30 170 0.79 0.82 0 0.33 242.14 0.7 0.39
Hex 23 1E AA 4F 52 0 21 F2 46 27
Octal 43 36 252 117 122 0 41 362 106 47
Binary 100011 11110 10101010 1001111 1010010 0 100001 11110010 1000110 100111

Color Harmonies of #231EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EAA

Black with #231EAA

Text Example


Text Example

White with #231EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231EAA; }

 p { color: rgb(35,30,170); }

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

background-color css

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

 a { background-color: rgb(35,30,170); }

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

border-color css

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

 span { border-color: rgb(35,30,170); }

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