Html Css Color HEX #3B57BB Free Speech Blue

📋 copy color: '#3B57BB'

red 59 ◦ green 87 ◦ blue 187

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

Shades of Free Speech Blue #3B57BB

Tints of Free Speech Blue #3B57BB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

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

R = 17.72%
G = 26.13%
B = 56.16%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B57BB (or 0x3B57BB) is known color: Free Speech Blue. HEX triplet: 3B, 57 and BB. RGB value is (59,87,187). Sum of RGB (Red+Green+Blue) = 59+87+187=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B57BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B57BB is #C4A844. Grayscale: #595959. Windows color (decimal): -12888133 or 12277563. OLE color: 12277563.

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

Color convert

RGB 59 87 187 -
CMYK 0.68 0.53 0 0.27
HSL 226.88º 0.52% 0.48% -
HSV(B) 226.88º 0.68% 0.73% -
XYZ 14.18 11.33 48.45 -
YUV 90.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 59 87 187 0.68 0.53 0 0.27 226.88 0.52 0.48
Hex 3B 57 BB 44 35 0 1B E3 34 30
Octal 73 127 273 104 65 0 33 343 64 60
Binary 111011 1010111 10111011 1000100 110101 0 11011 11100011 110100 110000

Color Harmonies of #3B57BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B57BB

Black with #3B57BB

Text Example


Text Example

White with #3B57BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,87,187); }

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

background-color css

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

 a { background-color: rgb(59,87,187); }

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

border-color css

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

 span { border-color: rgb(59,87,187); }

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