Html Css Color HEX #23289F Egyptian Blue

📋 copy color: '#23289F'

red 35 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #23289F

Tints of Egyptian Blue #23289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 14.96%
G = 17.09%
B = 67.95%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23289F (or 0x23289F) is known color: Egyptian Blue. HEX triplet: 23, 28 and 9F. RGB value is (35,40,159). Sum of RGB (Red+Green+Blue) = 35+40+159=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #23289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23289F is #DCD760. Grayscale: #333333. Windows color (decimal): -14473057 or 10430499. OLE color: 10430499.

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

Color convert

RGB 35 40 159 -
CMYK 0.78 0.75 0 0.38
HSL 237.58º 0.64% 0.38% -
HSV(B) 237.58º 0.78% 0.62% -
XYZ 7.71 4.38 33.24 -
YUV 52.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 35 40 159 0.78 0.75 0 0.38 237.58 0.64 0.38
Hex 23 28 9F 4E 4B 0 26 EE 40 26
Octal 43 50 237 116 113 0 46 356 100 46
Binary 100011 101000 10011111 1001110 1001011 0 100110 11101110 1000000 100110

Color Harmonies of #23289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23289F

Black with #23289F

Text Example


Text Example

White with #23289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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