#3841E0

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

Shades of Free Speech Blue #3841E0

Tints of Free Speech Blue #3841E0

Color information

#3841E0 (or 0x3841E0) is unknown color: approx Free Speech Blue. HEX triplet: 38, 41 and E0. RGB value is (56,65,224). Sum of RGB (Red+Green+Blue) = 56+65+224=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 65 (25.78% from 255 or 18.84% 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 #3841E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3841E0 is #C7BE1F. Grayscale: #4F4F4F. Windows color (decimal): -13090336 or 14696760. OLE color: 14696760.

HSL color Cylindrical-coordinate representation of color #3841E0: hue angle of 236.79º 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 #3841E0 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5665224-
CMYK0.750.7100.12
HSL236.79º73.04%54.9%-
HSV(B)236.79º75%87.84%-
XYZ16.981071.56-
YUV80.44209.02110.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 224 (87.89% from 255) = 64.93%
R=16.23%
G=18.84%
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
Decimal56652240.750.7100.12236.7973.0454.9
Hex3841E04B470Ced4937
Octal7010134011310701435511167
Binary1110001000001111000001001011100011101100111011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3841E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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