Html Css Color HEX #3B56BE Free Speech Blue

📋 copy color: '#3B56BE'

red 59 ◦ green 86 ◦ blue 190

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

Shades of Free Speech Blue #3B56BE

Tints of Free Speech Blue #3B56BE

RGB

 RED value IS 59 (23.44% from 255) = 17.61%

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 17.61%
G = 25.67%
B = 56.72%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B56BE (or 0x3B56BE) is known color: Free Speech Blue. HEX triplet: 3B, 56 and BE. RGB value is (59,86,190). Sum of RGB (Red+Green+Blue) = 59+86+190=335 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.61% from 335); Green value is 86 (33.98% from 255 or 25.67% 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 #3B56BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B56BE is #C4A941. Grayscale: #595959. Windows color (decimal): -12888386 or 12473915. OLE color: 12473915.

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

Color convert

RGB 59 86 190 -
CMYK 0.69 0.55 0 0.25
HSL 227.63º 0.53% 0.49% -
HSV(B) 227.63º 0.69% 0.75% -
XYZ 14.43 11.3 50.14 -
YUV 89.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 59 86 190 0.69 0.55 0 0.25 227.63 0.53 0.49
Hex 3B 56 BE 45 37 0 19 E4 35 31
Octal 73 126 276 105 67 0 31 344 65 61
Binary 111011 1010110 10111110 1000101 110111 0 11001 11100100 110101 110001

Color Harmonies of #3B56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B56BE

Black with #3B56BE

Text Example


Text Example

White with #3B56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,86,190); }

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

background-color css

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

 a { background-color: rgb(59,86,190); }

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

border-color css

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

 span { border-color: rgb(59,86,190); }

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