#3860c4

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

Shades of Free Speech Blue #3860C4

Tints of Free Speech Blue #3860C4

Color information

#3860C4 (or 0x3860C4) is unknown color: approx Free Speech Blue. HEX triplet: 38, 60 and C4. RGB value is (56,96,196). Sum of RGB (Red+Green+Blue) = 56+96+196=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #3860C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860C4 is #C79F3B. Grayscale: #5F5F5F. Windows color (decimal): -13082428 or 12869688. OLE color: 12869688.

HSL color Cylindrical-coordinate representation of color #3860C4: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3860C4 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5696196-
CMYK0.710.5100.23
HSL222.86º55.56%49.41%-
HSV(B)222.86º71.43%76.86%-
XYZ15.7813.1953.94-
YUV95.44184.7599.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.09%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 196 (76.95% from 255) = 56.32%
R=16.09%
G=27.59%
B=56.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56961960.710.5100.23222.8655.5649.41
Hex3860C44733017df3831
Octal70140304107630273377061
Binary111000110000011000100100011111001101011111011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3860c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3860c4; }

 p { color: rgb(56,96,196); }

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

<style>
 a { background-color: #3860c4; }

 a { background-color: rgb(56,96,196); }

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

<style>
 span { border-color: #3860c4; }

 span { border-color: rgb(56,96,196); }

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