Html Css Color HEX #23299C Egyptian Blue

📋 copy color: '#23299C'

red 35 ◦ green 41 ◦ blue 156

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

Shades of Egyptian Blue #23299C

Tints of Egyptian Blue #23299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 15.09%
G = 17.67%
B = 67.24%

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

#23299C (or 0x23299C) is known color: Egyptian Blue. HEX triplet: 23, 29 and 9C. RGB value is (35,41,156). Sum of RGB (Red+Green+Blue) = 35+41+156=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #23299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23299C is #DCD663. Grayscale: #333333. Windows color (decimal): -14472804 or 10234147. OLE color: 10234147.

HSL color Cylindrical-coordinate representation of color #23299C: hue angle of 237.02º 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 #23299C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 41 156 -
CMYK 0.78 0.74 0 0.39
HSL 237.02º 0.63% 0.37% -
HSV(B) 237.02º 0.78% 0.61% -
XYZ 7.49 4.34 31.9 -
YUV 52.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 35 41 156 0.78 0.74 0 0.39 237.02 0.63 0.37
Hex 23 29 9C 4E 4A 0 27 ED 3F 25
Octal 43 51 234 116 112 0 47 355 77 45
Binary 100011 101001 10011100 1001110 1001010 0 100111 11101101 111111 100101

Color Harmonies of #23299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23299C

Black with #23299C

Text Example


Text Example

White with #23299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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