Html Css Color HEX #3C55BB Free Speech Blue

📋 copy color: '#3C55BB'

red 60 ◦ green 85 ◦ blue 187

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

Shades of Free Speech Blue #3C55BB

Tints of Free Speech Blue #3C55BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 18.07%
G = 25.6%
B = 56.33%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C55BB (or 0x3C55BB) is known color: Free Speech Blue. HEX triplet: 3C, 55 and BB. RGB value is (60,85,187). Sum of RGB (Red+Green+Blue) = 60+85+187=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C55BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C55BB is #C3AA44. Grayscale: #585858. Windows color (decimal): -12823109 or 12277052. OLE color: 12277052.

HSL color Cylindrical-coordinate representation of color #3C55BB: hue angle of 228.19º 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 #3C55BB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 85 187 -
CMYK 0.68 0.55 0 0.27
HSL 228.19º 0.51% 0.48% -
HSV(B) 228.19º 0.68% 0.73% -
XYZ 14.08 11.05 48.4 -
YUV 89.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 60 85 187 0.68 0.55 0 0.27 228.19 0.51 0.48
Hex 3C 55 BB 44 37 0 1B E4 33 30
Octal 74 125 273 104 67 0 33 344 63 60
Binary 111100 1010101 10111011 1000100 110111 0 11011 11100100 110011 110000

Color Harmonies of #3C55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55BB

Black with #3C55BB

Text Example


Text Example

White with #3C55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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