#3841CA

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

Shades of Free Speech Blue #3841CA

Tints of Free Speech Blue #3841CA

Color information

#3841CA (or 0x3841CA) is unknown color: approx Free Speech Blue. HEX triplet: 38, 41 and CA. RGB value is (56,65,202). Sum of RGB (Red+Green+Blue) = 56+65+202=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #3841CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841CA is #C7BE35. Grayscale: #4D4D4D. Windows color (decimal): -13090358 or 13254968. OLE color: 13254968.

HSL color Cylindrical-coordinate representation of color #3841CA: hue angle of 236.3º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3841CA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5665202-
CMYK0.720.6800.21
HSL236.3º57.94%50.59%-
HSV(B)236.3º72.28%79.22%-
XYZ14.188.8956.84-
YUV77.93198.02112.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=17.34%
G=20.12%
B=62.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56652020.720.6800.21236.357.9450.59
Hex3841CA4844015ec3a33
Octal701013121101040253547263
Binary1110001000001110010101001000100010001010111101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3841CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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