Html Css Color HEX #3C2CC0 Persian Blue

📋 copy color: '#3C2CC0'

red 60 ◦ green 44 ◦ blue 192

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

Shades of Persian Blue #3C2CC0

Tints of Persian Blue #3C2CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.86%

R = 20.27%
G = 14.86%
B = 64.86%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C2CC0 (or 0x3C2CC0) is known color: Persian Blue. HEX triplet: 3C, 2C and C0. RGB value is (60,44,192). Sum of RGB (Red+Green+Blue) = 60+44+192=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 192 (75.39% from 255 or 64.86% from 296); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C2CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CC0 is #C3D33F. Grayscale: #414141. Windows color (decimal): -12833600 or 12594236. OLE color: 12594236.

HSL color Cylindrical-coordinate representation of color #3C2CC0: hue angle of 246.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C2CC0 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 44 192 -
CMYK 0.69 0.77 0 0.25
HSL 246.49º 0.63% 0.46% -
HSV(B) 246.49º 0.77% 0.75% -
XYZ 12.28 6.57 50.49 -
YUV 65.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 60 44 192 0.69 0.77 0 0.25 246.49 0.63 0.46
Hex 3C 2C C0 45 4D 0 19 F6 3F 2E
Octal 74 54 300 105 115 0 31 366 77 56
Binary 111100 101100 11000000 1000101 1001101 0 11001 11110110 111111 101110

Color Harmonies of #3C2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2CC0

Black with #3C2CC0

Text Example


Text Example

White with #3C2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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