#2C3EA3

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

Shades of Persian Blue #2C3EA3

Tints of Persian Blue #2C3EA3

Color information

#2C3EA3 (or 0x2C3EA3) is unknown color: approx Persian Blue. HEX triplet: 2C, 3E and A3. RGB value is (44,62,163). Sum of RGB (Red+Green+Blue) = 44+62+163=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 163 (64.06% from 255 or 60.59% from 269); Max value from RGB is 163 - color contains mainly: blue. Hex color #2C3EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3EA3 is #D3C15C. Grayscale: #434343. Windows color (decimal): -13877597 or 10698284. OLE color: 10698284.

HSL color Cylindrical-coordinate representation of color #2C3EA3: hue angle of 230.92º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C3EA3 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4462163-
CMYK0.730.6200.36
HSL230.92º57.49%40.59%-
HSV(B)230.92º73.01%63.92%-
XYZ9.376.6335.44-
YUV68.13181.54110.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 163 (64.06% from 255) = 60.59%
R=16.36%
G=23.05%
B=60.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44621630.730.6200.36230.9257.4940.59
Hex2C3EA3493E024e73929
Octal5476243111760443477151
Binary101100111110101000111001001111110010010011100111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3EA3; }

 p { color: rgb(44,62,163); }

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

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

 a { background-color: rgb(44,62,163); }

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

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

 span { border-color: rgb(44,62,163); }

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