#2334A1

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

Shades of Egyptian Blue #2334A1

Tints of Egyptian Blue #2334A1

Color information

#2334A1 (or 0x2334A1) is unknown color: approx Egyptian Blue. HEX triplet: 23, 34 and A1. RGB value is (35,52,161). Sum of RGB (Red+Green+Blue) = 35+52+161=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #2334A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2334A1 is #DCCB5E. Grayscale: #3A3A3A. Windows color (decimal): -14469983 or 10564643. OLE color: 10564643.

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

Color convert

RGB3552161-
CMYK0.780.6800.37
HSL231.9º64.29%38.43%-
HSV(B)231.9º78.26%63.14%-
XYZ8.355.3934.32-
YUV59.34185.37110.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.11%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 161 (63.28% from 255) = 64.92%
R=14.11%
G=20.97%
B=64.92%

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
Decimal35521610.780.6800.37231.964.2938.43
Hex2334A14E44025e84026
Octal436424111610404535010046
Binary10001111010010100001100111010001000100101111010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2334A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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