#3860CB

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

Shades of Free Speech Blue #3860CB

Tints of Free Speech Blue #3860CB

Color information

#3860CB (or 0x3860CB) is unknown color: approx Free Speech Blue. HEX triplet: 38, 60 and CB. RGB value is (56,96,203). Sum of RGB (Red+Green+Blue) = 56+96+203=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #3860CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3860CB is #C79F34. Grayscale: #5F5F5F. Windows color (decimal): -13082421 or 13328440. OLE color: 13328440.

HSL color Cylindrical-coordinate representation of color #3860CB: hue angle of 223.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3860CB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5696203-
CMYK0.720.5300.20
HSL223.67º58.57%50.78%-
HSV(B)223.67º72.41%79.61%-
XYZ16.5913.5258.23-
YUV96.24188.2599.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 203 (79.69% from 255) = 57.18%
R=15.77%
G=27.04%
B=57.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56962030.720.5300.20223.6758.5750.78
Hex3860CB4835014e03b33
Octal70140313110650243407363
Binary111000110000011001011100100011010101010011100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3860CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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