Html Css Color HEX #23409D Egyptian Blue

📋 copy color: '#23409D'

red 35 ◦ green 64 ◦ blue 157

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

Shades of Egyptian Blue #23409D

Tints of Egyptian Blue #23409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 13.67%
G = 25%
B = 61.33%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23409D (or 0x23409D) is known color: Egyptian Blue. HEX triplet: 23, 40 and 9D. RGB value is (35,64,157). Sum of RGB (Red+Green+Blue) = 35+64+157=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #23409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23409D is #DCBF62. Grayscale: #414141. Windows color (decimal): -14466915 or 10305571. OLE color: 10305571.

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

Color convert

RGB 35 64 157 -
CMYK 0.78 0.59 0 0.38
HSL 225.74º 0.64% 0.38% -
HSV(B) 225.74º 0.78% 0.62% -
XYZ 8.61 6.46 32.69 -
YUV 65.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 35 64 157 0.78 0.59 0 0.38 225.74 0.64 0.38
Hex 23 40 9D 4E 3B 0 26 E2 40 26
Octal 43 100 235 116 73 0 46 342 100 46
Binary 100011 1000000 10011101 1001110 111011 0 100110 11100010 1000000 100110

Color Harmonies of #23409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23409D

Black with #23409D

Text Example


Text Example

White with #23409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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