Html Css Color HEX #3C2CCD Persian Blue

📋 copy color: '#3C2CCD'

red 60 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #3C2CCD

Tints of Persian Blue #3C2CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 19.42%
G = 14.24%
B = 66.34%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C2CCD (or 0x3C2CCD) is known color: Persian Blue. HEX triplet: 3C, 2C and CD. RGB value is (60,44,205). Sum of RGB (Red+Green+Blue) = 60+44+205=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C2CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CCD is #C3D332. Grayscale: #424242. Windows color (decimal): -12833587 or 13446204. OLE color: 13446204.

HSL color Cylindrical-coordinate representation of color #3C2CCD: hue angle of 245.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2CCD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 44 205 -
CMYK 0.71 0.79 0 0.20
HSL 245.96º 0.65% 0.49% -
HSV(B) 245.96º 0.79% 0.8% -
XYZ 13.78 7.17 58.42 -
YUV 67.14 205.8 122.91 -
System Red Green Blue C M Y K H S L
Decimal 60 44 205 0.71 0.79 0 0.20 245.96 0.65 0.49
Hex 3C 2C CD 47 4F 0 14 F6 41 31
Octal 74 54 315 107 117 0 24 366 101 61
Binary 111100 101100 11001101 1000111 1001111 0 10100 11110110 1000001 110001

Color Harmonies of #3C2CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2CCD

Black with #3C2CCD

Text Example


Text Example

White with #3C2CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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