Html Css Color HEX #23409A Egyptian Blue

📋 copy color: '#23409A'

red 35 ◦ green 64 ◦ blue 154

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

Shades of Egyptian Blue #23409A

Tints of Egyptian Blue #23409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.87%

R = 13.83%
G = 25.3%
B = 60.87%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23409A (or 0x23409A) is known color: Egyptian Blue. HEX triplet: 23, 40 and 9A. RGB value is (35,64,154). Sum of RGB (Red+Green+Blue) = 35+64+154=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #23409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23409A is #DCBF65. Grayscale: #414141. Windows color (decimal): -14466918 or 10108963. OLE color: 10108963.

HSL color Cylindrical-coordinate representation of color #23409A: hue angle of 225.38º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23409A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 64 154 -
CMYK 0.77 0.58 0 0.40
HSL 225.38º 0.63% 0.37% -
HSV(B) 225.38º 0.77% 0.6% -
XYZ 8.36 6.36 31.36 -
YUV 65.59 177.89 106.18 -
System Red Green Blue C M Y K H S L
Decimal 35 64 154 0.77 0.58 0 0.40 225.38 0.63 0.37
Hex 23 40 9A 4D 3A 0 28 E1 3F 25
Octal 43 100 232 115 72 0 50 341 77 45
Binary 100011 1000000 10011010 1001101 111010 0 101000 11100001 111111 100101

Color Harmonies of #23409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23409A

Black with #23409A

Text Example


Text Example

White with #23409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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