Html Css Color HEX #23289D Egyptian Blue

📋 copy color: '#23289D'

red 35 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #23289D

Tints of Egyptian Blue #23289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 15.09%
G = 17.24%
B = 67.67%

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

#23289D (or 0x23289D) is known color: Egyptian Blue. HEX triplet: 23, 28 and 9D. RGB value is (35,40,157). Sum of RGB (Red+Green+Blue) = 35+40+157=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #23289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23289D is #DCD762. Grayscale: #333333. Windows color (decimal): -14473059 or 10299427. OLE color: 10299427.

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

Color convert

RGB 35 40 157 -
CMYK 0.78 0.75 0 0.38
HSL 237.54º 0.64% 0.38% -
HSV(B) 237.54º 0.78% 0.62% -
XYZ 7.54 4.31 32.33 -
YUV 51.84 187.34 115.99 -
System Red Green Blue C M Y K H S L
Decimal 35 40 157 0.78 0.75 0 0.38 237.54 0.64 0.38
Hex 23 28 9D 4E 4B 0 26 EE 40 26
Octal 43 50 235 116 113 0 46 356 100 46
Binary 100011 101000 10011101 1001110 1001011 0 100110 11101110 1000000 100110

Color Harmonies of #23289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23289D

Black with #23289D

Text Example


Text Example

White with #23289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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