#232890

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

Shades of Egyptian Blue #232890

Tints of Egyptian Blue #232890

Color information

#232890 (or 0x232890) is unknown color: approx Egyptian Blue. HEX triplet: 23, 28 and 90. RGB value is (35,40,144). Sum of RGB (Red+Green+Blue) = 35+40+144=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 144 (56.64% from 255 or 65.75% from 219); Max value from RGB is 144 - color contains mainly: blue. Hex color #232890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232890 is #DCD76F. Grayscale: #313131. Windows color (decimal): -14473072 or 9447459. OLE color: 9447459.

HSL color Cylindrical-coordinate representation of color #232890: hue angle of 237.25º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232890 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3540144-
CMYK0.760.7200.44
HSL237.25º60.89%35.1%-
HSV(B)237.25º75.69%56.47%-
XYZ6.493.8926.79-
YUV50.36180.84117.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 144 (56.64% from 255) = 65.75%
R=15.98%
G=18.26%
B=65.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35401440.760.7200.44237.2560.8935.1
Hex2328904C4802Ced3d23
Octal43502201141100543557543
Binary1000111010001001000010011001001000010110011101101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232890; }

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

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

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

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

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

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

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

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