Html Css Color HEX #3C55BE Free Speech Blue

📋 copy color: '#3C55BE'

red 60 ◦ green 85 ◦ blue 190

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

Shades of Free Speech Blue #3C55BE

Tints of Free Speech Blue #3C55BE

RGB

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

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

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

R = 17.91%
G = 25.37%
B = 56.72%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C55BE (or 0x3C55BE) is known color: Free Speech Blue. HEX triplet: 3C, 55 and BE. RGB value is (60,85,190). Sum of RGB (Red+Green+Blue) = 60+85+190=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C55BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C55BE is #C3AA41. Grayscale: #595959. Windows color (decimal): -12823106 or 12473660. OLE color: 12473660.

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

Color convert

RGB 60 85 190 -
CMYK 0.68 0.55 0 0.25
HSL 228.46º 0.52% 0.49% -
HSV(B) 228.46º 0.68% 0.75% -
XYZ 14.41 11.18 50.11 -
YUV 89.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 60 85 190 0.68 0.55 0 0.25 228.46 0.52 0.49
Hex 3C 55 BE 44 37 0 19 E4 34 31
Octal 74 125 276 104 67 0 31 344 64 61
Binary 111100 1010101 10111110 1000100 110111 0 11001 11100100 110100 110001

Color Harmonies of #3C55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C55BE

Black with #3C55BE

Text Example


Text Example

White with #3C55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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