Html Css Color HEX #23269E Egyptian Blue

📋 copy color: '#23269E'

red 35 ◦ green 38 ◦ blue 158

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

Shades of Egyptian Blue #23269E

Tints of Egyptian Blue #23269E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 15.15%
G = 16.45%
B = 68.4%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23269E (or 0x23269E) is known color: Egyptian Blue. HEX triplet: 23, 26 and 9E. RGB value is (35,38,158). Sum of RGB (Red+Green+Blue) = 35+38+158=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #23269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23269E is #DCD961. Grayscale: #323232. Windows color (decimal): -14473570 or 10364451. OLE color: 10364451.

HSL color Cylindrical-coordinate representation of color #23269E: hue angle of 238.54º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23269E is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 38 158 -
CMYK 0.78 0.76 0 0.38
HSL 238.54º 0.64% 0.38% -
HSV(B) 238.54º 0.78% 0.62% -
XYZ 7.56 4.21 32.76 -
YUV 50.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 35 38 158 0.78 0.76 0 0.38 238.54 0.64 0.38
Hex 23 26 9E 4E 4C 0 26 EF 40 26
Octal 43 46 236 116 114 0 46 357 100 46
Binary 100011 100110 10011110 1001110 1001100 0 100110 11101111 1000000 100110

Color Harmonies of #23269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23269E

Black with #23269E

Text Example


Text Example

White with #23269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23269E; }

 p { color: rgb(35,38,158); }

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

background-color css

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

 a { background-color: rgb(35,38,158); }

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

border-color css

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

 span { border-color: rgb(35,38,158); }

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