#3C2ABD

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

Shades of Persian Blue #3C2ABD

Tints of Persian Blue #3C2ABD

Color information

#3C2ABD (or 0x3C2ABD) is unknown color: approx Persian Blue. HEX triplet: 3C, 2A and BD. RGB value is (60,42,189). Sum of RGB (Red+Green+Blue) = 60+42+189=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C2ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ABD is #C3D542. Grayscale: #3F3F3F. Windows color (decimal): -12834115 or 12397116. OLE color: 12397116.

HSL color Cylindrical-coordinate representation of color #3C2ABD: hue angle of 247.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C2ABD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6042189-
CMYK0.680.7800.26
HSL247.35º63.64%45.29%-
HSV(B)247.35º77.78%74.12%-
XYZ11.886.2948.73-
YUV64.14198.46125.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 189 (74.22% from 255) = 64.95%
R=20.62%
G=14.43%
B=64.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60421890.680.7800.26247.3563.6445.29
Hex3C2ABD444E01Af7402d
Octal745227510411603236710055
Binary1111001010101011110110001001001110011010111101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,42,189); }

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

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

 a { background-color: rgb(60,42,189); }

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

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

 span { border-color: rgb(60,42,189); }

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