Html Css Color HEX #3C2ACA Persian Blue

📋 copy color: '#3C2ACA'

red 60 ◦ green 42 ◦ blue 202

#3C2ACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3C2ACA

Tints of Persian Blue #3C2ACA

RGB

 RED value IS 60 (23.83% from 255) = 19.74%

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 202 (79.3% from 255) = 66.45%

R = 19.74%
G = 13.82%
B = 66.45%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C2ACA (or 0x3C2ACA) is known color: Persian Blue. HEX triplet: 3C, 2A and CA. RGB value is (60,42,202). Sum of RGB (Red+Green+Blue) = 60+42+202=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C2ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ACA is #C3D535. Grayscale: #414141. Windows color (decimal): -12834102 or 13249084. OLE color: 13249084.

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

Color convert

RGB 60 42 202 -
CMYK 0.70 0.79 0 0.21
HSL 246.75º 0.66% 0.48% -
HSV(B) 246.75º 0.79% 0.79% -
XYZ 13.35 6.88 56.5 -
YUV 65.62 204.96 123.99 -
System Red Green Blue C M Y K H S L
Decimal 60 42 202 0.70 0.79 0 0.21 246.75 0.66 0.48
Hex 3C 2A CA 46 4F 0 15 F7 42 30
Octal 74 52 312 106 117 0 25 367 102 60
Binary 111100 101010 11001010 1000110 1001111 0 10101 11110111 1000010 110000

Color Harmonies of #3C2ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2ACA

Black with #3C2ACA

Text Example


Text Example

White with #3C2ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C2ACA;
 }
 .AnyTagClassName
 {
   color: #3C2ACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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