Html Css Color HEX #3C4EDE Free Speech Blue

📋 copy color: '#3C4EDE'

red 60 ◦ green 78 ◦ blue 222

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

Shades of Free Speech Blue #3C4EDE

Tints of Free Speech Blue #3C4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

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

R = 16.67%
G = 21.67%
B = 61.67%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C4EDE (or 0x3C4EDE) is known color: Free Speech Blue. HEX triplet: 3C, 4E and DE. RGB value is (60,78,222). Sum of RGB (Red+Green+Blue) = 60+78+222=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4EDE is #C3B121. Grayscale: #585858. Windows color (decimal): -12824866 or 14569020. OLE color: 14569020.

HSL color Cylindrical-coordinate representation of color #3C4EDE: hue angle of 233.33º 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 #3C4EDE is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 78 222 -
CMYK 0.73 0.65 0 0.13
HSL 233.33º 0.71% 0.55% -
HSV(B) 233.33º 0.73% 0.87% -
XYZ 17.77 11.68 70.43 -
YUV 89.03 203.04 107.29 -
System Red Green Blue C M Y K H S L
Decimal 60 78 222 0.73 0.65 0 0.13 233.33 0.71 0.55
Hex 3C 4E DE 49 41 0 D E9 47 37
Octal 74 116 336 111 101 0 15 351 107 67
Binary 111100 1001110 11011110 1001001 1000001 0 1101 11101001 1000111 110111

Color Harmonies of #3C4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4EDE

Black with #3C4EDE

Text Example


Text Example

White with #3C4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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