Html Css Color HEX #23318E Egyptian Blue

📋 copy color: '#23318E'

red 35 ◦ green 49 ◦ blue 142

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

Shades of Egyptian Blue #23318E

Tints of Egyptian Blue #23318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 15.49%
G = 21.68%
B = 62.83%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23318E (or 0x23318E) is known color: Egyptian Blue. HEX triplet: 23, 31 and 8E. RGB value is (35,49,142). Sum of RGB (Red+Green+Blue) = 35+49+142=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #23318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23318E is #DCCE71. Grayscale: #373737. Windows color (decimal): -14470770 or 9318691. OLE color: 9318691.

HSL color Cylindrical-coordinate representation of color #23318E: hue angle of 232.15º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23318E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 49 142 -
CMYK 0.75 0.65 0 0.44
HSL 232.15º 0.6% 0.35% -
HSV(B) 232.15º 0.75% 0.56% -
XYZ 6.67 4.51 26.11 -
YUV 55.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 35 49 142 0.75 0.65 0 0.44 232.15 0.6 0.35
Hex 23 31 8E 4B 41 0 2C E8 3C 23
Octal 43 61 216 113 101 0 54 350 74 43
Binary 100011 110001 10001110 1001011 1000001 0 101100 11101000 111100 100011

Color Harmonies of #23318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23318E

Black with #23318E

Text Example


Text Example

White with #23318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,49,142); }

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

background-color css

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

 a { background-color: rgb(35,49,142); }

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

border-color css

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

 span { border-color: rgb(35,49,142); }

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