#3A37CA

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

Shades of Free Speech Blue #3A37CA

Tints of Free Speech Blue #3A37CA

Color information

#3A37CA (or 0x3A37CA) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 37 and CA. RGB value is (58,55,202). Sum of RGB (Red+Green+Blue) = 58+55+202=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A37CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37CA is #C5C835. Grayscale: #484848. Windows color (decimal): -12961846 or 13252410. OLE color: 13252410.

HSL color Cylindrical-coordinate representation of color #3A37CA: hue angle of 241.22º 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 #3A37CA is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5855202-
CMYK0.710.7300.21
HSL241.22º58.1%50.39%-
HSV(B)241.22º72.77%79.22%-
XYZ13.777.956.68-
YUV72.66200.99117.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=18.41%
G=17.46%
B=64.13%

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
Decimal58552020.710.7300.21241.2258.150.39
Hex3A37CA4749015f13a32
Octal72673121071110253617262
Binary111010110111110010101000111100100101010111110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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