#3B55CF

Color #3B55CF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3B55CF

Tints of Free Speech Blue #3B55CF

Color information

#3B55CF (or 0x3B55CF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 55 and CF. RGB value is (59,85,207). Sum of RGB (Red+Green+Blue) = 59+85+207=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B55CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B55CF is #C4AA30. Grayscale: #5A5A5A. Windows color (decimal): -12888625 or 13587771. OLE color: 13587771.

HSL color Cylindrical-coordinate representation of color #3B55CF: hue angle of 229.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B55CF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5985207-
CMYK0.710.5900.19
HSL229.46º60.66%52.16%-
HSV(B)229.46º71.5%81.18%-
XYZ16.3111.9360.47-
YUV91.13193.39105.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.81%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 207 (81.25% from 255) = 58.97%
R=16.81%
G=24.22%
B=58.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59852070.710.5900.19229.4660.6652.16
Hex3B55CF473B013e53d34
Octal73125317107730233457564
Binary111011101010111001111100011111101101001111100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,207); }

 H1.HeaderClassName
 {
   color: #3B55CF;
 }
 .AnyTagClassName
 {
   color: #3B55CF;
 }
</style>
background-color css

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

 a { background-color: rgb(59,85,207); }

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

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

 span { border-color: rgb(59,85,207); }

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