Html Css Color HEX #3C4ADE Free Speech Blue

📋 copy color: '#3C4ADE'

red 60 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Blue #3C4ADE

Tints of Free Speech Blue #3C4ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 222 (87.11% from 255) = 62.36%

R = 16.85%
G = 20.79%
B = 62.36%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C4ADE (or 0x3C4ADE) is known color: Free Speech Blue. HEX triplet: 3C, 4A and DE. RGB value is (60,74,222). Sum of RGB (Red+Green+Blue) = 60+74+222=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C4ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ADE is #C3B521. Grayscale: #565656. Windows color (decimal): -12825890 or 14567996. OLE color: 14567996.

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

Color convert

RGB 60 74 222 -
CMYK 0.73 0.67 0 0.13
HSL 234.81º 0.71% 0.55% -
HSV(B) 234.81º 0.73% 0.87% -
XYZ 17.5 11.13 70.33 -
YUV 86.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 60 74 222 0.73 0.67 0 0.13 234.81 0.71 0.55
Hex 3C 4A DE 49 43 0 D EB 47 37
Octal 74 112 336 111 103 0 15 353 107 67
Binary 111100 1001010 11011110 1001001 1000011 0 1101 11101011 1000111 110111

Color Harmonies of #3C4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4ADE

Black with #3C4ADE

Text Example


Text Example

White with #3C4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,74,222); }

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

background-color css

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

 a { background-color: rgb(60,74,222); }

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

border-color css

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

 span { border-color: rgb(60,74,222); }

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