Html Css Color HEX #23289C Egyptian Blue

📋 copy color: '#23289C'

red 35 ◦ green 40 ◦ blue 156

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

Shades of Egyptian Blue #23289C

Tints of Egyptian Blue #23289C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 15.15%
G = 17.32%
B = 67.53%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23289C (or 0x23289C) is known color: Egyptian Blue. HEX triplet: 23, 28 and 9C. RGB value is (35,40,156). Sum of RGB (Red+Green+Blue) = 35+40+156=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #23289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23289C is #DCD763. Grayscale: #333333. Windows color (decimal): -14473060 or 10233891. OLE color: 10233891.

HSL color Cylindrical-coordinate representation of color #23289C: hue angle of 237.52º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23289C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 40 156 -
CMYK 0.78 0.74 0 0.39
HSL 237.52º 0.63% 0.37% -
HSV(B) 237.52º 0.78% 0.61% -
XYZ 7.45 4.28 31.88 -
YUV 51.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 35 40 156 0.78 0.74 0 0.39 237.52 0.63 0.37
Hex 23 28 9C 4E 4A 0 27 EE 3F 25
Octal 43 50 234 116 112 0 47 356 77 45
Binary 100011 101000 10011100 1001110 1001010 0 100111 11101110 111111 100101

Color Harmonies of #23289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23289C

Black with #23289C

Text Example


Text Example

White with #23289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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