Html Css Color HEX #3C3ADD Free Speech Blue

📋 copy color: '#3C3ADD'

red 60 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Blue #3C3ADD

Tints of Free Speech Blue #3C3ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 17.7%
G = 17.11%
B = 65.19%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C3ADD (or 0x3C3ADD) is known color: Free Speech Blue. HEX triplet: 3C, 3A and DD. RGB value is (60,58,221). Sum of RGB (Red+Green+Blue) = 60+58+221=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C3ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ADD is #C3C522. Grayscale: #4C4C4C. Windows color (decimal): -12829987 or 14498364. OLE color: 14498364.

HSL color Cylindrical-coordinate representation of color #3C3ADD: hue angle of 240.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3ADD is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 58 221 -
CMYK 0.73 0.74 0 0.13
HSL 240.74º 0.71% 0.55% -
HSV(B) 240.74º 0.74% 0.87% -
XYZ 16.43 9.21 69.32 -
YUV 77.18 209.16 115.75 -
System Red Green Blue C M Y K H S L
Decimal 60 58 221 0.73 0.74 0 0.13 240.74 0.71 0.55
Hex 3C 3A DD 49 4A 0 D F1 47 37
Octal 74 72 335 111 112 0 15 361 107 67
Binary 111100 111010 11011101 1001001 1001010 0 1101 11110001 1000111 110111

Color Harmonies of #3C3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3ADD

Black with #3C3ADD

Text Example


Text Example

White with #3C3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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