#2C39C1

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

Shades of Persian Blue #2C39C1

Tints of Persian Blue #2C39C1

Color information

#2C39C1 (or 0x2C39C1) is unknown color: approx Persian Blue. HEX triplet: 2C, 39 and C1. RGB value is (44,57,193). Sum of RGB (Red+Green+Blue) = 44+57+193=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C39C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C39C1 is #D3C63E. Grayscale: #444444. Windows color (decimal): -13878847 or 12663084. OLE color: 12663084.

HSL color Cylindrical-coordinate representation of color #2C39C1: hue angle of 234.77º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C39C1 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4457193-
CMYK0.770.7000.24
HSL234.77º62.87%46.47%-
HSV(B)234.77º77.2%75.69%-
XYZ12.137.3151.22-
YUV68.62198.19110.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.97%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 193 (75.78% from 255) = 65.65%
R=14.97%
G=19.39%
B=65.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44571930.770.7000.24234.7762.8746.47
Hex2C39C14D46018eb3f2e
Octal54713011151060303537756
Binary101100111001110000011001101100011001100011101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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