Html Css Color HEX #23299F Egyptian Blue

📋 copy color: '#23299F'

red 35 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #23299F

Tints of Egyptian Blue #23299F

RGB

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

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

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

R = 14.89%
G = 17.45%
B = 67.66%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23299F (or 0x23299F) is known color: Egyptian Blue. HEX triplet: 23, 29 and 9F. RGB value is (35,41,159). Sum of RGB (Red+Green+Blue) = 35+41+159=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #23299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23299F is #DCD660. Grayscale: #343434. Windows color (decimal): -14472801 or 10430755. OLE color: 10430755.

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

Color convert

RGB 35 41 159 -
CMYK 0.78 0.74 0 0.38
HSL 237.1º 0.64% 0.38% -
HSV(B) 237.1º 0.78% 0.62% -
XYZ 7.74 4.45 33.25 -
YUV 52.66 188.01 115.41 -
System Red Green Blue C M Y K H S L
Decimal 35 41 159 0.78 0.74 0 0.38 237.1 0.64 0.38
Hex 23 29 9F 4E 4A 0 26 ED 40 26
Octal 43 51 237 116 112 0 46 355 100 46
Binary 100011 101001 10011111 1001110 1001010 0 100110 11101101 1000000 100110

Color Harmonies of #23299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23299F

Black with #23299F

Text Example


Text Example

White with #23299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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