Html Css Color HEX #3C4DD7 Free Speech Blue

📋 copy color: '#3C4DD7'

red 60 ◦ green 77 ◦ blue 215

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

Shades of Free Speech Blue #3C4DD7

Tints of Free Speech Blue #3C4DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 215 (84.38% from 255) = 61.08%

R = 17.05%
G = 21.88%
B = 61.08%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C4DD7 (or 0x3C4DD7) is known color: Free Speech Blue. HEX triplet: 3C, 4D and D7. RGB value is (60,77,215). Sum of RGB (Red+Green+Blue) = 60+77+215=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C4DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DD7 is #C3B228. Grayscale: #575757. Windows color (decimal): -12825129 or 14110012. OLE color: 14110012.

HSL color Cylindrical-coordinate representation of color #3C4DD7: hue angle of 233.42º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4DD7 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 77 215 -
CMYK 0.72 0.64 0 0.16
HSL 233.42º 0.66% 0.54% -
HSV(B) 233.42º 0.72% 0.84% -
XYZ 16.78 11.17 65.56 -
YUV 87.65 199.87 108.28 -
System Red Green Blue C M Y K H S L
Decimal 60 77 215 0.72 0.64 0 0.16 233.42 0.66 0.54
Hex 3C 4D D7 48 40 0 10 E9 42 36
Octal 74 115 327 110 100 0 20 351 102 66
Binary 111100 1001101 11010111 1001000 1000000 0 10000 11101001 1000010 110110

Color Harmonies of #3C4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DD7

Black with #3C4DD7

Text Example


Text Example

White with #3C4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,77,215); }

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

background-color css

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

 a { background-color: rgb(60,77,215); }

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

border-color css

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

 span { border-color: rgb(60,77,215); }

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