#3742E0

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

Shades of Free Speech Blue #3742E0

Tints of Free Speech Blue #3742E0

Color information

#3742E0 (or 0x3742E0) is unknown color: approx Free Speech Blue. HEX triplet: 37, 42 and E0. RGB value is (55,66,224). Sum of RGB (Red+Green+Blue) = 55+66+224=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #3742E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742E0 is #C8BD1F. Grayscale: #505050. Windows color (decimal): -13155616 or 14697015. OLE color: 14697015.

HSL color Cylindrical-coordinate representation of color #3742E0: hue angle of 236.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3742E0 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5566224-
CMYK0.750.7100.12
HSL236.09º73.16%54.71%-
HSV(B)236.09º75.45%87.84%-
XYZ16.9810.0971.57-
YUV80.72208.86109.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 224 (87.89% from 255) = 64.93%
R=15.94%
G=19.13%
B=64.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal55662240.750.7100.12236.0973.1654.71
Hex3742E04B470Cec4937
Octal6710234011310701435411167
Binary1101111000010111000001001011100011101100111011001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3742E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3742E0; }

 p { color: rgb(55,66,224); }

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

<style>
 a { background-color: #3742E0; }

 a { background-color: rgb(55,66,224); }

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

<style>
 span { border-color: #3742E0; }

 span { border-color: rgb(55,66,224); }

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