Html Css Color HEX #233193 Egyptian Blue

📋 copy color: '#233193'

red 35 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #233193

Tints of Egyptian Blue #233193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.64%

R = 15.15%
G = 21.21%
B = 63.64%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233193 (or 0x233193) is known color: Egyptian Blue. HEX triplet: 23, 31 and 93. RGB value is (35,49,147). Sum of RGB (Red+Green+Blue) = 35+49+147=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #233193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233193 is #DCCE6C. Grayscale: #373737. Windows color (decimal): -14470765 or 9646371. OLE color: 9646371.

HSL color Cylindrical-coordinate representation of color #233193: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #233193 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 49 147 -
CMYK 0.76 0.67 0 0.42
HSL 232.5º 0.62% 0.36% -
HSV(B) 232.5º 0.76% 0.58% -
XYZ 7.06 4.66 28.13 -
YUV 55.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 35 49 147 0.76 0.67 0 0.42 232.5 0.62 0.36
Hex 23 31 93 4C 43 0 2A E8 3E 24
Octal 43 61 223 114 103 0 52 350 76 44
Binary 100011 110001 10010011 1001100 1000011 0 101010 11101000 111110 100100

Color Harmonies of #233193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233193

Black with #233193

Text Example


Text Example

White with #233193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233193; }

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

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

background-color css

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

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

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

border-color css

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

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

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