Html Css Color HEX #232893 Egyptian Blue

📋 copy color: '#232893'

red 35 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #232893

Tints of Egyptian Blue #232893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

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

R = 15.77%
G = 18.02%
B = 66.22%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#232893 (or 0x232893) is known color: Egyptian Blue. HEX triplet: 23, 28 and 93. RGB value is (35,40,147). Sum of RGB (Red+Green+Blue) = 35+40+147=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #232893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232893 is #DCD76C. Grayscale: #323232. Windows color (decimal): -14473069 or 9644067. OLE color: 9644067.

HSL color Cylindrical-coordinate representation of color #232893: hue angle of 237.32º 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 #232893 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 40 147 -
CMYK 0.76 0.73 0 0.42
HSL 237.32º 0.62% 0.36% -
HSV(B) 237.32º 0.76% 0.58% -
XYZ 6.72 3.98 28.02 -
YUV 50.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 35 40 147 0.76 0.73 0 0.42 237.32 0.62 0.36
Hex 23 28 93 4C 49 0 2A ED 3E 24
Octal 43 50 223 114 111 0 52 355 76 44
Binary 100011 101000 10010011 1001100 1001001 0 101010 11101101 111110 100100

Color Harmonies of #232893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232893

Black with #232893

Text Example


Text Example

White with #232893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232893; }

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

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

background-color css

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

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

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

border-color css

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

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

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