Html Css Color HEX #23399D Egyptian Blue

📋 copy color: '#23399D'

red 35 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #23399D

Tints of Egyptian Blue #23399D

RGB

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

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

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

R = 14.06%
G = 22.89%
B = 63.05%

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

#23399D (or 0x23399D) is known color: Egyptian Blue. HEX triplet: 23, 39 and 9D. RGB value is (35,57,157). Sum of RGB (Red+Green+Blue) = 35+57+157=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #23399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23399D is #DCC662. Grayscale: #3D3D3D. Windows color (decimal): -14468707 or 10303779. OLE color: 10303779.

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

Color convert

RGB 35 57 157 -
CMYK 0.78 0.64 0 0.38
HSL 229.18º 0.64% 0.38% -
HSV(B) 229.18º 0.78% 0.62% -
XYZ 8.24 5.72 32.57 -
YUV 61.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 35 57 157 0.78 0.64 0 0.38 229.18 0.64 0.38
Hex 23 39 9D 4E 40 0 26 E5 40 26
Octal 43 71 235 116 100 0 46 345 100 46
Binary 100011 111001 10011101 1001110 1000000 0 100110 11100101 1000000 100110

Color Harmonies of #23399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23399D

Black with #23399D

Text Example


Text Example

White with #23399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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