Html Css Color HEX #232B91 Egyptian Blue

📋 copy color: '#232B91'

red 35 ◦ green 43 ◦ blue 145

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

Shades of Egyptian Blue #232B91

Tints of Egyptian Blue #232B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

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

R = 15.7%
G = 19.28%
B = 65.02%

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

#232B91 (or 0x232B91) is known color: Egyptian Blue. HEX triplet: 23, 2B and 91. RGB value is (35,43,145). Sum of RGB (Red+Green+Blue) = 35+43+145=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #232B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B91 is #DCD46E. Grayscale: #333333. Windows color (decimal): -14472303 or 9513763. OLE color: 9513763.

HSL color Cylindrical-coordinate representation of color #232B91: hue angle of 235.64º 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 #232B91 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 43 145 -
CMYK 0.76 0.70 0 0.43
HSL 235.64º 0.61% 0.35% -
HSV(B) 235.64º 0.76% 0.57% -
XYZ 6.67 4.13 27.23 -
YUV 52.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 35 43 145 0.76 0.70 0 0.43 235.64 0.61 0.35
Hex 23 2B 91 4C 46 0 2B EC 3D 23
Octal 43 53 221 114 106 0 53 354 75 43
Binary 100011 101011 10010001 1001100 1000110 0 101011 11101100 111101 100011

Color Harmonies of #232B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B91

Black with #232B91

Text Example


Text Example

White with #232B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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