#233FA0

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

Shades of Egyptian Blue #233FA0

Tints of Egyptian Blue #233FA0

Color information

#233FA0 (or 0x233FA0) is unknown color: approx Egyptian Blue. HEX triplet: 23, 3F and A0. RGB value is (35,63,160). Sum of RGB (Red+Green+Blue) = 35+63+160=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #233FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FA0 is #DCC05F. Grayscale: #414141. Windows color (decimal): -14467168 or 10501923. OLE color: 10501923.

HSL color Cylindrical-coordinate representation of color #233FA0: hue angle of 226.56º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #233FA0 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3563160-
CMYK0.780.6100.37
HSL226.56º64.1%38.24%-
HSV(B)226.56º78.12%62.75%-
XYZ8.826.4534.04-
YUV65.69181.22106.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 160 (62.89% from 255) = 62.02%
R=13.57%
G=24.42%
B=62.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35631600.780.6100.37226.5664.138.24
Hex233FA04E3D025e34026
Octal43772401167504534310046
Binary1000111111111010000010011101111010100101111000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233FA0; }

 p { color: rgb(35,63,160); }

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

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

 a { background-color: rgb(35,63,160); }

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

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

 span { border-color: rgb(35,63,160); }

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