Html Css Color HEX #3C2FCE Persian Blue

📋 copy color: '#3C2FCE'

red 60 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #3C2FCE

Tints of Persian Blue #3C2FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 19.17%
G = 15.02%
B = 65.81%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C2FCE (or 0x3C2FCE) is known color: Persian Blue. HEX triplet: 3C, 2F and CE. RGB value is (60,47,206). Sum of RGB (Red+Green+Blue) = 60+47+206=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C2FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2FCE is #C3D031. Grayscale: #444444. Windows color (decimal): -12832818 or 13512508. OLE color: 13512508.

HSL color Cylindrical-coordinate representation of color #3C2FCE: hue angle of 244.91º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2FCE is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 47 206 -
CMYK 0.71 0.77 0 0.19
HSL 244.91º 0.63% 0.5% -
HSV(B) 244.91º 0.77% 0.81% -
XYZ 14.02 7.45 59.09 -
YUV 69.01 205.31 121.57 -
System Red Green Blue C M Y K H S L
Decimal 60 47 206 0.71 0.77 0 0.19 244.91 0.63 0.5
Hex 3C 2F CE 47 4D 0 13 F5 3F 32
Octal 74 57 316 107 115 0 23 365 77 62
Binary 111100 101111 11001110 1000111 1001101 0 10011 11110101 111111 110010

Color Harmonies of #3C2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2FCE

Black with #3C2FCE

Text Example


Text Example

White with #3C2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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