Html Css Color HEX #232C91 Egyptian Blue

📋 copy color: '#232C91'

red 35 ◦ green 44 ◦ blue 145

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

Shades of Egyptian Blue #232C91

Tints of Egyptian Blue #232C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

 BLUE value IS 145 (57.03% from 255) = 64.73%

R = 15.63%
G = 19.64%
B = 64.73%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#232C91 (or 0x232C91) is known color: Egyptian Blue. HEX triplet: 23, 2C and 91. RGB value is (35,44,145). Sum of RGB (Red+Green+Blue) = 35+44+145=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #232C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232C91 is #DCD36E. Grayscale: #343434. Windows color (decimal): -14472047 or 9514019. OLE color: 9514019.

HSL color Cylindrical-coordinate representation of color #232C91: hue angle of 235.09º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232C91 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 44 145 -
CMYK 0.76 0.70 0 0.43
HSL 235.09º 0.61% 0.35% -
HSV(B) 235.09º 0.76% 0.57% -
XYZ 6.7 4.2 27.25 -
YUV 52.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 35 44 145 0.76 0.70 0 0.43 235.09 0.61 0.35
Hex 23 2C 91 4C 46 0 2B EB 3D 23
Octal 43 54 221 114 106 0 53 353 75 43
Binary 100011 101100 10010001 1001100 1000110 0 101011 11101011 111101 100011

Color Harmonies of #232C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C91

Black with #232C91

Text Example


Text Example

White with #232C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232C91; }

 p { color: rgb(35,44,145); }

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

background-color css

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

 a { background-color: rgb(35,44,145); }

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

border-color css

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

 span { border-color: rgb(35,44,145); }

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