Html Css Color HEX #3C3ADB Free Speech Blue

📋 copy color: '#3C3ADB'

red 60 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Blue #3C3ADB

Tints of Free Speech Blue #3C3ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 17.8%
G = 17.21%
B = 64.99%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C3ADB (or 0x3C3ADB) is known color: Free Speech Blue. HEX triplet: 3C, 3A and DB. RGB value is (60,58,219). Sum of RGB (Red+Green+Blue) = 60+58+219=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ADB is #C3C524. Grayscale: #4C4C4C. Windows color (decimal): -12829989 or 14367292. OLE color: 14367292.

HSL color Cylindrical-coordinate representation of color #3C3ADB: hue angle of 240.75º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3ADB is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 58 219 -
CMYK 0.73 0.74 0 0.14
HSL 240.75º 0.69% 0.54% -
HSV(B) 240.75º 0.74% 0.86% -
XYZ 16.16 9.1 67.92 -
YUV 76.95 208.16 115.91 -
System Red Green Blue C M Y K H S L
Decimal 60 58 219 0.73 0.74 0 0.14 240.75 0.69 0.54
Hex 3C 3A DB 49 4A 0 E F1 45 36
Octal 74 72 333 111 112 0 16 361 105 66
Binary 111100 111010 11011011 1001001 1001010 0 1110 11110001 1000101 110110

Color Harmonies of #3C3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3ADB

Black with #3C3ADB

Text Example


Text Example

White with #3C3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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