Html Css Color HEX #3C5BBA Free Speech Blue

📋 copy color: '#3C5BBA'

red 60 ◦ green 91 ◦ blue 186

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

Shades of Free Speech Blue #3C5BBA

Tints of Free Speech Blue #3C5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 17.8%
G = 27%
B = 55.19%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C5BBA (or 0x3C5BBA) is known color: Free Speech Blue. HEX triplet: 3C, 5B and BA. RGB value is (60,91,186). Sum of RGB (Red+Green+Blue) = 60+91+186=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C5BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5BBA is #C3A445. Grayscale: #5C5C5C. Windows color (decimal): -12821574 or 12213052. OLE color: 12213052.

HSL color Cylindrical-coordinate representation of color #3C5BBA: hue angle of 225.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C5BBA is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 91 186 -
CMYK 0.68 0.51 0 0.27
HSL 225.24º 0.51% 0.48% -
HSV(B) 225.24º 0.68% 0.73% -
XYZ 14.47 11.99 48.01 -
YUV 92.56 180.73 104.78 -
System Red Green Blue C M Y K H S L
Decimal 60 91 186 0.68 0.51 0 0.27 225.24 0.51 0.48
Hex 3C 5B BA 44 33 0 1B E1 33 30
Octal 74 133 272 104 63 0 33 341 63 60
Binary 111100 1011011 10111010 1000100 110011 0 11011 11100001 110011 110000

Color Harmonies of #3C5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5BBA

Black with #3C5BBA

Text Example


Text Example

White with #3C5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,91,186); }

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

background-color css

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

 a { background-color: rgb(60,91,186); }

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

border-color css

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

 span { border-color: rgb(60,91,186); }

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