#3A37C4

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

Shades of Free Speech Blue #3A37C4

Tints of Free Speech Blue #3A37C4

Color information

#3A37C4 (or 0x3A37C4) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 37 and C4. RGB value is (58,55,196). Sum of RGB (Red+Green+Blue) = 58+55+196=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A37C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A37C4 is #C5C83B. Grayscale: #474747. Windows color (decimal): -12961852 or 12859194. OLE color: 12859194.

HSL color Cylindrical-coordinate representation of color #3A37C4: hue angle of 241.28º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A37C4 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5855196-
CMYK0.700.7200.23
HSL241.28º56.18%49.22%-
HSV(B)241.28º71.94%76.86%-
XYZ13.077.6253.01-
YUV71.97197.99118.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 196 (76.95% from 255) = 63.43%
R=18.77%
G=17.80%
B=63.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58551960.700.7200.23241.2856.1849.22
Hex3A37C44648017f13831
Octal72673041061100273617061
Binary111010110111110001001000110100100001011111110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A37C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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