Html Css Color HEX #3C55BC Free Speech Blue

📋 copy color: '#3C55BC'

red 60 ◦ green 85 ◦ blue 188

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

Shades of Free Speech Blue #3C55BC

Tints of Free Speech Blue #3C55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 18.02%
G = 25.53%
B = 56.46%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C55BC (or 0x3C55BC) is known color: Free Speech Blue. HEX triplet: 3C, 55 and BC. RGB value is (60,85,188). Sum of RGB (Red+Green+Blue) = 60+85+188=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C55BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C55BC is #C3AA43. Grayscale: #585858. Windows color (decimal): -12823108 or 12342588. OLE color: 12342588.

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

Color convert

RGB 60 85 188 -
CMYK 0.68 0.55 0 0.26
HSL 228.28º 0.52% 0.49% -
HSV(B) 228.28º 0.68% 0.74% -
XYZ 14.19 11.09 48.97 -
YUV 89.27 183.72 107.12 -
System Red Green Blue C M Y K H S L
Decimal 60 85 188 0.68 0.55 0 0.26 228.28 0.52 0.49
Hex 3C 55 BC 44 37 0 1A E4 34 31
Octal 74 125 274 104 67 0 32 344 64 61
Binary 111100 1010101 10111100 1000100 110111 0 11010 11100100 110100 110001

Color Harmonies of #3C55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55BC

Black with #3C55BC

Text Example


Text Example

White with #3C55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,188); }

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

background-color css

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

 a { background-color: rgb(60,85,188); }

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

border-color css

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

 span { border-color: rgb(60,85,188); }

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