#232f91

Color #232F91 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #232F91

Tints of Egyptian Blue #232F91

Color information

#232F91 (or 0x232F91) is unknown color: approx Egyptian Blue. HEX triplet: 23, 2F and 91. RGB value is (35,47,145). Sum of RGB (Red+Green+Blue) = 35+47+145=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #232F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232F91 is #DCD06E. Grayscale: #363636. Windows color (decimal): -14471279 or 9514787. OLE color: 9514787.

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

Color convert

RGB3547145-
CMYK0.760.6800.43
HSL233.45º61.11%35.29%-
HSV(B)233.45º75.86%56.86%-
XYZ6.824.4327.28-
YUV54.58179.02114.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=15.42%
G=20.70%
B=63.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35471450.760.6800.43233.4561.1135.29
Hex232F914C4402Be93d23
Octal43572211141040533517543
Binary1000111011111001000110011001000100010101111101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232f91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #232f91;
 }
 .AnyTagClassName
 {
   color: #232f91;
 }
</style>
background-color css

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

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

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

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

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

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