Html Css Color HEX #3C2ACC Persian Blue

📋 copy color: '#3C2ACC'

red 60 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #3C2ACC

Tints of Persian Blue #3C2ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 19.61%
G = 13.73%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C2ACC (or 0x3C2ACC) is known color: Persian Blue. HEX triplet: 3C, 2A and CC. RGB value is (60,42,204). Sum of RGB (Red+Green+Blue) = 60+42+204=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2ACC is #C3D533. Grayscale: #414141. Windows color (decimal): -12834100 or 13380156. OLE color: 13380156.

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

Color convert

RGB 60 42 204 -
CMYK 0.71 0.79 0 0.2
HSL 246.67º 0.66% 0.48% -
HSV(B) 246.67º 0.79% 0.8% -
XYZ 13.59 6.98 57.76 -
YUV 65.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 60 42 204 0.71 0.79 0 0.2 246.67 0.66 0.48
Hex 3C 2A CC 47 4F 0 14 F7 42 30
Octal 74 52 314 107 117 0 24 367 102 60
Binary 111100 101010 11001100 1000111 1001111 0 10100 11110111 1000010 110000

Color Harmonies of #3C2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2ACC

Black with #3C2ACC

Text Example


Text Example

White with #3C2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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