#3B35C9

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

Shades of Free Speech Blue #3B35C9

Tints of Free Speech Blue #3B35C9

Color information

#3B35C9 (or 0x3B35C9) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 35 and C9. RGB value is (59,53,201). Sum of RGB (Red+Green+Blue) = 59+53+201=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #3B35C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B35C9 is #C4CA36. Grayscale: #474747. Windows color (decimal): -12896823 or 13186363. OLE color: 13186363.

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

Color convert

RGB5953201-
CMYK0.710.7400.21
HSL242.43º58.27%49.8%-
HSV(B)242.43º73.63%78.82%-
XYZ13.627.6956.03-
YUV71.67200.99118.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 201 (78.91% from 255) = 64.22%
R=18.85%
G=16.93%
B=64.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59532010.710.7400.21242.4358.2749.8
Hex3B35C9474A015f23a32
Octal73653111071120253627262
Binary111011110101110010011000111100101001010111110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,201); }

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

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

 a { background-color: rgb(59,53,201); }

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

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

 span { border-color: rgb(59,53,201); }

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