Html Css Color HEX #3C50BF Free Speech Blue

📋 copy color: '#3C50BF'

red 60 ◦ green 80 ◦ blue 191

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

Shades of Free Speech Blue #3C50BF

Tints of Free Speech Blue #3C50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

 BLUE value IS 191 (75% from 255) = 57.7%

R = 18.13%
G = 24.17%
B = 57.7%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C50BF (or 0x3C50BF) is known color: Free Speech Blue. HEX triplet: 3C, 50 and BF. RGB value is (60,80,191). Sum of RGB (Red+Green+Blue) = 60+80+191=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C50BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50BF is #C3AF40. Grayscale: #565656. Windows color (decimal): -12824385 or 12537916. OLE color: 12537916.

HSL color Cylindrical-coordinate representation of color #3C50BF: hue angle of 230.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C50BF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 80 191 -
CMYK 0.69 0.58 0 0.25
HSL 230.84º 0.52% 0.49% -
HSV(B) 230.84º 0.69% 0.75% -
XYZ 14.14 10.46 50.56 -
YUV 86.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 60 80 191 0.69 0.58 0 0.25 230.84 0.52 0.49
Hex 3C 50 BF 45 3A 0 19 E7 34 31
Octal 74 120 277 105 72 0 31 347 64 61
Binary 111100 1010000 10111111 1000101 111010 0 11001 11100111 110100 110001

Color Harmonies of #3C50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50BF

Black with #3C50BF

Text Example


Text Example

White with #3C50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,80,191); }

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

background-color css

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

 a { background-color: rgb(60,80,191); }

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

border-color css

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

 span { border-color: rgb(60,80,191); }

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