#3B37D0

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

Shades of Free Speech Blue #3B37D0

Tints of Free Speech Blue #3B37D0

Color information

#3B37D0 (or 0x3B37D0) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 37 and D0. RGB value is (59,55,208). Sum of RGB (Red+Green+Blue) = 59+55+208=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B37D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B37D0 is #C4C82F. Grayscale: #494949. Windows color (decimal): -12896304 or 13645627. OLE color: 13645627.

HSL color Cylindrical-coordinate representation of color #3B37D0: hue angle of 241.57º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B37D0 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5955208-
CMYK0.720.7400.18
HSL241.57º61.94%51.57%-
HSV(B)241.57º73.56%81.57%-
XYZ14.558.2260.49-
YUV73.64203.83117.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 208 (81.64% from 255) = 64.60%
R=18.32%
G=17.08%
B=64.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59552080.720.7400.18241.5761.9451.57
Hex3B37D0484A012f23e34
Octal73673201101120223627664
Binary111011110111110100001001000100101001001011110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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