Html Css Color HEX #232E8E Egyptian Blue

📋 copy color: '#232E8E'

red 35 ◦ green 46 ◦ blue 142

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

Shades of Egyptian Blue #232E8E

Tints of Egyptian Blue #232E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 142 (55.86% from 255) = 63.68%

R = 15.7%
G = 20.63%
B = 63.68%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#232E8E (or 0x232E8E) is known color: Egyptian Blue. HEX triplet: 23, 2E and 8E. RGB value is (35,46,142). Sum of RGB (Red+Green+Blue) = 35+46+142=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #232E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232E8E is #DCD171. Grayscale: #353535. Windows color (decimal): -14471538 or 9317923. OLE color: 9317923.

HSL color Cylindrical-coordinate representation of color #232E8E: hue angle of 233.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232E8E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 46 142 -
CMYK 0.75 0.68 0 0.44
HSL 233.83º 0.6% 0.35% -
HSV(B) 233.83º 0.75% 0.56% -
XYZ 6.55 4.26 26.07 -
YUV 53.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 35 46 142 0.75 0.68 0 0.44 233.83 0.6 0.35
Hex 23 2E 8E 4B 44 0 2C EA 3C 23
Octal 43 56 216 113 104 0 54 352 74 43
Binary 100011 101110 10001110 1001011 1000100 0 101100 11101010 111100 100011

Color Harmonies of #232E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E8E

Black with #232E8E

Text Example


Text Example

White with #232E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232E8E; }

 p { color: rgb(35,46,142); }

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

background-color css

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

 a { background-color: rgb(35,46,142); }

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

border-color css

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

 span { border-color: rgb(35,46,142); }

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