#3B39CA

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

Shades of Free Speech Blue #3B39CA

Tints of Free Speech Blue #3B39CA

Color information

#3B39CA (or 0x3B39CA) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 39 and CA. RGB value is (59,57,202). Sum of RGB (Red+Green+Blue) = 59+57+202=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B39CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B39CA is #C4C635. Grayscale: #494949. Windows color (decimal): -12895798 or 13252923. OLE color: 13252923.

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

Color convert

RGB5957202-
CMYK0.710.7200.21
HSL240.83º57.77%50.78%-
HSV(B)240.83º71.78%79.22%-
XYZ13.938.1256.71-
YUV74.13200.16117.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=18.55%
G=17.92%
B=63.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59572020.710.7200.21240.8357.7750.78
Hex3B39CA4748015f13a33
Octal73713121071100253617263
Binary111011111001110010101000111100100001010111110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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