#3B37CA

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

Shades of Free Speech Blue #3B37CA

Tints of Free Speech Blue #3B37CA

Color information

#3B37CA (or 0x3B37CA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 37 and CA. RGB value is (59,55,202). Sum of RGB (Red+Green+Blue) = 59+55+202=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B37CA is #C4C835. Grayscale: #484848. Windows color (decimal): -12896310 or 13252411. OLE color: 13252411.

HSL color Cylindrical-coordinate representation of color #3B37CA: hue angle of 241.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B37CA is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5955202-
CMYK0.710.7300.21
HSL241.63º58.1%50.39%-
HSV(B)241.63º72.77%79.22%-
XYZ13.837.9356.68-
YUV72.95200.83118.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.67%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=18.67%
G=17.41%
B=63.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59552020.710.7300.21241.6358.150.39
Hex3B37CA4749015f23a32
Octal73673121071110253627262
Binary111011110111110010101000111100100101010111110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,202); }

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

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

 a { background-color: rgb(59,55,202); }

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

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

 span { border-color: rgb(59,55,202); }

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