Html Css Color HEX #23359D Egyptian Blue

📋 copy color: '#23359D'

red 35 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #23359D

Tints of Egyptian Blue #23359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 14.29%
G = 21.63%
B = 64.08%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23359D (or 0x23359D) is known color: Egyptian Blue. HEX triplet: 23, 35 and 9D. RGB value is (35,53,157). Sum of RGB (Red+Green+Blue) = 35+53+157=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #23359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23359D is #DCCA62. Grayscale: #3B3B3B. Windows color (decimal): -14469731 or 10302755. OLE color: 10302755.

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

Color convert

RGB 35 53 157 -
CMYK 0.78 0.66 0 0.38
HSL 231.15º 0.64% 0.38% -
HSV(B) 231.15º 0.78% 0.62% -
XYZ 8.05 5.34 32.5 -
YUV 59.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 35 53 157 0.78 0.66 0 0.38 231.15 0.64 0.38
Hex 23 35 9D 4E 42 0 26 E7 40 26
Octal 43 65 235 116 102 0 46 347 100 46
Binary 100011 110101 10011101 1001110 1000010 0 100110 11100111 1000000 100110

Color Harmonies of #23359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23359D

Black with #23359D

Text Example


Text Example

White with #23359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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