#3840B5

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

Shades of Free Speech Blue #3840B5

Tints of Free Speech Blue #3840B5

Color information

#3840B5 (or 0x3840B5) is unknown color: approx Free Speech Blue. HEX triplet: 38, 40 and B5. RGB value is (56,64,181). Sum of RGB (Red+Green+Blue) = 56+64+181=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #3840B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3840B5 is #C7BF4A. Grayscale: #4A4A4A. Windows color (decimal): -13090635 or 11878456. OLE color: 11878456.

HSL color Cylindrical-coordinate representation of color #3840B5: hue angle of 236.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3840B5 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5664181-
CMYK0.690.6500.29
HSL236.16º52.74%46.47%-
HSV(B)236.16º69.06%70.98%-
XYZ11.87.8444.61-
YUV74.95187.85114.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 181 (71.09% from 255) = 60.13%
R=18.60%
G=21.26%
B=60.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56641810.690.6500.29236.1652.7446.47
Hex3840B5454101Dec352e
Octal701002651051010353546556
Binary1110001000000101101011000101100000101110111101100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3840B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3840B5; }

 p { color: rgb(56,64,181); }

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

<style>
 a { background-color: #3840B5; }

 a { background-color: rgb(56,64,181); }

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

<style>
 span { border-color: #3840B5; }

 span { border-color: rgb(56,64,181); }

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