#2333A1

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

Shades of Egyptian Blue #2333A1

Tints of Egyptian Blue #2333A1

Color information

#2333A1 (or 0x2333A1) is unknown color: approx Egyptian Blue. HEX triplet: 23, 33 and A1. RGB value is (35,51,161). Sum of RGB (Red+Green+Blue) = 35+51+161=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #2333A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333A1 is #DCCC5E. Grayscale: #3A3A3A. Windows color (decimal): -14470239 or 10564387. OLE color: 10564387.

HSL color Cylindrical-coordinate representation of color #2333A1: hue angle of 232.38º 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 #2333A1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3551161-
CMYK0.780.6800.37
HSL232.38º64.29%38.43%-
HSV(B)232.38º78.26%63.14%-
XYZ8.315.334.3-
YUV58.76185.7111.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 161 (63.28% from 255) = 65.18%
R=14.17%
G=20.65%
B=65.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35511610.780.6800.37232.3864.2938.43
Hex2333A14E44025e84026
Octal436324111610404535010046
Binary10001111001110100001100111010001000100101111010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2333A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2333A1; }

 p { color: rgb(35,51,161); }

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

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

 a { background-color: rgb(35,51,161); }

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

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

 span { border-color: rgb(35,51,161); }

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