Html Css Color HEX #3955BB Free Speech Blue

📋 copy color: '#3955BB'

red 57 ◦ green 85 ◦ blue 187

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

Shades of Free Speech Blue #3955BB

Tints of Free Speech Blue #3955BB

RGB

 RED value IS 57 (22.66% from 255) = 17.33%

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

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

R = 17.33%
G = 25.84%
B = 56.84%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3955BB (or 0x3955BB) is known color: Free Speech Blue. HEX triplet: 39, 55 and BB. RGB value is (57,85,187). Sum of RGB (Red+Green+Blue) = 57+85+187=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #3955BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955BB is #C6AA44. Grayscale: #575757. Windows color (decimal): -13019717 or 12277049. OLE color: 12277049.

HSL color Cylindrical-coordinate representation of color #3955BB: hue angle of 227.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3955BB is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 85 187 -
CMYK 0.70 0.55 0 0.27
HSL 227.08º 0.53% 0.48% -
HSV(B) 227.08º 0.7% 0.73% -
XYZ 13.91 10.95 48.4 -
YUV 88.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 57 85 187 0.70 0.55 0 0.27 227.08 0.53 0.48
Hex 39 55 BB 46 37 0 1B E3 35 30
Octal 71 125 273 106 67 0 33 343 65 60
Binary 111001 1010101 10111011 1000110 110111 0 11011 11100011 110101 110000

Color Harmonies of #3955BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3955BB

Black with #3955BB

Text Example


Text Example

White with #3955BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3955BB; }

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

 H1.HeaderClassName
 {
   color: #3955BB;
 }
 .AnyTagClassName
 {
   color: #3955BB;
 }
</style>

background-color css

<style>
 a { background-color: #3955BB; }

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

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

border-color css

<style>
 span { border-color: #3955BB; }

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

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