#3741CA

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

Shades of Free Speech Blue #3741CA

Tints of Free Speech Blue #3741CA

Color information

#3741CA (or 0x3741CA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 41 and CA. RGB value is (55,65,202). Sum of RGB (Red+Green+Blue) = 55+65+202=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #3741CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3741CA is #C8BE35. Grayscale: #4D4D4D. Windows color (decimal): -13155894 or 13254967. OLE color: 13254967.

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

Color convert

RGB5565202-
CMYK0.730.6800.21
HSL235.92º58.1%50.39%-
HSV(B)235.92º72.77%79.22%-
XYZ14.138.8656.84-
YUV77.63198.19111.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=17.08%
G=20.19%
B=62.73%

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
Decimal55652020.730.6800.21235.9258.150.39
Hex3741CA4944015ec3a32
Octal671013121111040253547262
Binary1101111000001110010101001001100010001010111101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3741CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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