Html Css Color HEX #3C3ACD Free Speech Blue

📋 copy color: '#3C3ACD'

red 60 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #3C3ACD

Tints of Free Speech Blue #3C3ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 18.58%
G = 17.96%
B = 63.47%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C3ACD (or 0x3C3ACD) is known color: Free Speech Blue. HEX triplet: 3C, 3A and CD. RGB value is (60,58,205). Sum of RGB (Red+Green+Blue) = 60+58+205=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ACD is #C3C532. Grayscale: #4A4A4A. Windows color (decimal): -12830003 or 13449788. OLE color: 13449788.

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

Color convert

RGB 60 58 205 -
CMYK 0.71 0.72 0 0.20
HSL 240.82º 0.6% 0.52% -
HSV(B) 240.82º 0.72% 0.8% -
XYZ 14.4 8.39 58.62 -
YUV 75.36 201.16 117.05 -
System Red Green Blue C M Y K H S L
Decimal 60 58 205 0.71 0.72 0 0.20 240.82 0.6 0.52
Hex 3C 3A CD 47 48 0 14 F1 3C 34
Octal 74 72 315 107 110 0 24 361 74 64
Binary 111100 111010 11001101 1000111 1001000 0 10100 11110001 111100 110100

Color Harmonies of #3C3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3ACD

Black with #3C3ACD

Text Example


Text Example

White with #3C3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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