#2c39a2

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

Shades of Persian Blue #2C39A2

Tints of Persian Blue #2C39A2

Color information

#2C39A2 (or 0x2C39A2) is unknown color: approx Persian Blue. HEX triplet: 2C, 39 and A2. RGB value is (44,57,162). Sum of RGB (Red+Green+Blue) = 44+57+162=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C39A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C39A2 is #D3C65D. Grayscale: #404040. Windows color (decimal): -13878878 or 10631468. OLE color: 10631468.

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

Color convert

RGB4457162-
CMYK0.730.6500.36
HSL233.39º57.28%40.39%-
HSV(B)233.39º72.84%63.53%-
XYZ9.026.0734.88-
YUV65.08182.69112.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=16.73%
G=21.67%
B=61.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal44571620.730.6500.36233.3957.2840.39
Hex2C39A24941024e93928
Octal54712421111010443517150
Binary1011001110011010001010010011000001010010011101001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c39a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,162); }

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

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

 a { background-color: rgb(44,57,162); }

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

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

 span { border-color: rgb(44,57,162); }

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