Html Css Color HEX #3C4BD7 Free Speech Blue

📋 copy color: '#3C4BD7'

red 60 ◦ green 75 ◦ blue 215

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

Shades of Free Speech Blue #3C4BD7

Tints of Free Speech Blue #3C4BD7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

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

R = 17.14%
G = 21.43%
B = 61.43%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C4BD7 (or 0x3C4BD7) is known color: Free Speech Blue. HEX triplet: 3C, 4B and D7. RGB value is (60,75,215). Sum of RGB (Red+Green+Blue) = 60+75+215=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C4BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4BD7 is #C3B428. Grayscale: #555555. Windows color (decimal): -12825641 or 14109500. OLE color: 14109500.

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

Color convert

RGB 60 75 215 -
CMYK 0.72 0.65 0 0.16
HSL 234.19º 0.66% 0.54% -
HSV(B) 234.19º 0.72% 0.84% -
XYZ 16.65 10.9 65.52 -
YUV 86.48 200.53 109.12 -
System Red Green Blue C M Y K H S L
Decimal 60 75 215 0.72 0.65 0 0.16 234.19 0.66 0.54
Hex 3C 4B D7 48 41 0 10 EA 42 36
Octal 74 113 327 110 101 0 20 352 102 66
Binary 111100 1001011 11010111 1001000 1000001 0 10000 11101010 1000010 110110

Color Harmonies of #3C4BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4BD7

Black with #3C4BD7

Text Example


Text Example

White with #3C4BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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