Html Css Color HEX #23269F Egyptian Blue

📋 copy color: '#23269F'

red 35 ◦ green 38 ◦ blue 159

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

Shades of Egyptian Blue #23269F

Tints of Egyptian Blue #23269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 15.09%
G = 16.38%
B = 68.53%

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

#23269F (or 0x23269F) is known color: Egyptian Blue. HEX triplet: 23, 26 and 9F. RGB value is (35,38,159). Sum of RGB (Red+Green+Blue) = 35+38+159=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #23269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23269F is #DCD960. Grayscale: #323232. Windows color (decimal): -14473569 or 10429987. OLE color: 10429987.

HSL color Cylindrical-coordinate representation of color #23269F: hue angle of 238.55º 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 #23269F is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 38 159 -
CMYK 0.78 0.76 0 0.38
HSL 238.55º 0.64% 0.38% -
HSV(B) 238.55º 0.78% 0.62% -
XYZ 7.64 4.25 33.22 -
YUV 50.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 35 38 159 0.78 0.76 0 0.38 238.55 0.64 0.38
Hex 23 26 9F 4E 4C 0 26 EF 40 26
Octal 43 46 237 116 114 0 46 357 100 46
Binary 100011 100110 10011111 1001110 1001100 0 100110 11101111 1000000 100110

Color Harmonies of #23269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23269F

Black with #23269F

Text Example


Text Example

White with #23269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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