Html Css Color HEX #3C50BE Free Speech Blue

📋 copy color: '#3C50BE'

red 60 ◦ green 80 ◦ blue 190

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

Shades of Free Speech Blue #3C50BE

Tints of Free Speech Blue #3C50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 18.18%
G = 24.24%
B = 57.58%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C50BE (or 0x3C50BE) is known color: Free Speech Blue. HEX triplet: 3C, 50 and BE. RGB value is (60,80,190). Sum of RGB (Red+Green+Blue) = 60+80+190=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C50BE is #C3AF41. Grayscale: #565656. Windows color (decimal): -12824386 or 12472380. OLE color: 12472380.

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

Color convert

RGB 60 80 190 -
CMYK 0.68 0.58 0 0.25
HSL 230.77º 0.52% 0.49% -
HSV(B) 230.77º 0.68% 0.75% -
XYZ 14.03 10.42 49.99 -
YUV 86.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 60 80 190 0.68 0.58 0 0.25 230.77 0.52 0.49
Hex 3C 50 BE 44 3A 0 19 E7 34 31
Octal 74 120 276 104 72 0 31 347 64 61
Binary 111100 1010000 10111110 1000100 111010 0 11001 11100111 110100 110001

Color Harmonies of #3C50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50BE

Black with #3C50BE

Text Example


Text Example

White with #3C50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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