Html Css Color HEX #3C2FCA Persian Blue

📋 copy color: '#3C2FCA'

red 60 ◦ green 47 ◦ blue 202

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

Shades of Persian Blue #3C2FCA

Tints of Persian Blue #3C2FCA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.21%

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

R = 19.42%
G = 15.21%
B = 65.37%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C2FCA (or 0x3C2FCA) is known color: Persian Blue. HEX triplet: 3C, 2F and CA. RGB value is (60,47,202). Sum of RGB (Red+Green+Blue) = 60+47+202=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C2FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FCA is #C3D035. Grayscale: #434343. Windows color (decimal): -12832822 or 13250364. OLE color: 13250364.

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

Color convert

RGB 60 47 202 -
CMYK 0.70 0.77 0 0.21
HSL 245.03º 0.62% 0.49% -
HSV(B) 245.03º 0.77% 0.79% -
XYZ 13.54 7.26 56.56 -
YUV 68.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 60 47 202 0.70 0.77 0 0.21 245.03 0.62 0.49
Hex 3C 2F CA 46 4D 0 15 F5 3E 31
Octal 74 57 312 106 115 0 25 365 76 61
Binary 111100 101111 11001010 1000110 1001101 0 10101 11110101 111110 110001

Color Harmonies of #3C2FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FCA

Black with #3C2FCA

Text Example


Text Example

White with #3C2FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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