#3740CA

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

Shades of Free Speech Blue #3740CA

Tints of Free Speech Blue #3740CA

Color information

#3740CA (or 0x3740CA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 40 and CA. RGB value is (55,64,202). Sum of RGB (Red+Green+Blue) = 55+64+202=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #3740CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3740CA is #C8BF35. Grayscale: #4C4C4C. Windows color (decimal): -13156150 or 13254711. OLE color: 13254711.

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

Color convert

RGB5564202-
CMYK0.730.6800.21
HSL236.33º58.1%50.39%-
HSV(B)236.33º72.77%79.22%-
XYZ14.078.7456.82-
YUV77.04198.52112.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=17.13%
G=19.94%
B=62.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55642020.730.6800.21236.3358.150.39
Hex3740CA4944015ec3a32
Octal671003121111040253547262
Binary1101111000000110010101001001100010001010111101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3740CA; }

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

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

<style>
 a { background-color: #3740CA; }

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

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

<style>
 span { border-color: #3740CA; }

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

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