Html Css Color HEX #23399E Egyptian Blue

📋 copy color: '#23399E'

red 35 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #23399E

Tints of Egyptian Blue #23399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 14%
G = 22.8%
B = 63.2%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23399E (or 0x23399E) is known color: Egyptian Blue. HEX triplet: 23, 39 and 9E. RGB value is (35,57,158). Sum of RGB (Red+Green+Blue) = 35+57+158=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #23399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23399E is #DCC661. Grayscale: #3D3D3D. Windows color (decimal): -14468706 or 10369315. OLE color: 10369315.

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

Color convert

RGB 35 57 158 -
CMYK 0.78 0.64 0 0.38
HSL 229.27º 0.64% 0.38% -
HSV(B) 229.27º 0.78% 0.62% -
XYZ 8.33 5.75 33.02 -
YUV 61.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 35 57 158 0.78 0.64 0 0.38 229.27 0.64 0.38
Hex 23 39 9E 4E 40 0 26 E5 40 26
Octal 43 71 236 116 100 0 46 345 100 46
Binary 100011 111001 10011110 1001110 1000000 0 100110 11100101 1000000 100110

Color Harmonies of #23399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23399E

Black with #23399E

Text Example


Text Example

White with #23399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23399E; }

 p { color: rgb(35,57,158); }

 H1.HeaderClassName
 {
   color: #23399E;
 }
 .AnyTagClassName
 {
   color: #23399E;
 }
</style>

background-color css

<style>
 a { background-color: #23399E; }

 a { background-color: rgb(35,57,158); }

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

border-color css

<style>
 span { border-color: #23399E; }

 span { border-color: rgb(35,57,158); }

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