#3C2CCA

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

Shades of Persian Blue #3C2CCA

Tints of Persian Blue #3C2CCA

Color information

#3C2CCA (or 0x3C2CCA) is unknown color: approx Persian Blue. HEX triplet: 3C, 2C and CA. RGB value is (60,44,202). Sum of RGB (Red+Green+Blue) = 60+44+202=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CCA is #C3D335. Grayscale: #424242. Windows color (decimal): -12833590 or 13249596. OLE color: 13249596.

HSL color Cylindrical-coordinate representation of color #3C2CCA: hue angle of 246.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2CCA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6044202-
CMYK0.700.7800.21
HSL246.08º64.23%48.24%-
HSV(B)246.08º78.22%79.22%-
XYZ13.427.0356.53-
YUV66.8204.3123.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.61%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 202 (79.30% from 255) = 66.01%
R=19.61%
G=14.38%
B=66.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal60442020.700.7800.21246.0864.2348.24
Hex3C2CCA464E015f64030
Octal745431210611602536610060
Binary1111001011001100101010001101001110010101111101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2CCA; }

 p { color: rgb(60,44,202); }

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

<style>
 a { background-color: #3C2CCA; }

 a { background-color: rgb(60,44,202); }

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

<style>
 span { border-color: #3C2CCA; }

 span { border-color: rgb(60,44,202); }

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