#2339A1

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

Shades of Egyptian Blue #2339A1

Tints of Egyptian Blue #2339A1

Color information

#2339A1 (or 0x2339A1) is unknown color: approx Egyptian Blue. HEX triplet: 23, 39 and A1. RGB value is (35,57,161). Sum of RGB (Red+Green+Blue) = 35+57+161=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 161 (63.28% from 255 or 63.64% from 253); Max value from RGB is 161 - color contains mainly: blue. Hex color #2339A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2339A1 is #DCC65E. Grayscale: #3D3D3D. Windows color (decimal): -14468703 or 10565923. OLE color: 10565923.

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

Color convert

RGB3557161-
CMYK0.780.6500.37
HSL229.52º64.29%38.43%-
HSV(B)229.52º78.26%63.14%-
XYZ8.595.8634.4-
YUV62.28183.71108.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 161 (63.28% from 255) = 63.64%
R=13.83%
G=22.53%
B=63.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35571610.780.6500.37229.5264.2938.43
Hex2339A14E41025e64026
Octal437124111610104534610046
Binary10001111100110100001100111010000010100101111001101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2339A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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