#3861C9

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

Shades of Free Speech Blue #3861C9

Tints of Free Speech Blue #3861C9

Color information

#3861C9 (or 0x3861C9) is unknown color: approx Free Speech Blue. HEX triplet: 38, 61 and C9. RGB value is (56,97,201). Sum of RGB (Red+Green+Blue) = 56+97+201=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 201 (78.91% from 255 or 56.78% from 354); Max value from RGB is 201 - color contains mainly: blue. Hex color #3861C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3861C9 is #C79E36. Grayscale: #606060. Windows color (decimal): -13082167 or 13197624. OLE color: 13197624.

HSL color Cylindrical-coordinate representation of color #3861C9: hue angle of 223.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3861C9 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5697201-
CMYK0.720.5200.21
HSL223.03º57.31%50.39%-
HSV(B)223.03º72.14%78.82%-
XYZ16.4513.6157.02-
YUV96.6186.9299.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 201 (78.91% from 255) = 56.78%
R=15.82%
G=27.40%
B=56.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56972010.720.5200.21223.0357.3150.39
Hex3861C94834015df3932
Octal70141311110640253377162
Binary111000110000111001001100100011010001010111011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3861C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3861C9; }

 p { color: rgb(56,97,201); }

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

<style>
 a { background-color: #3861C9; }

 a { background-color: rgb(56,97,201); }

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

<style>
 span { border-color: #3861C9; }

 span { border-color: rgb(56,97,201); }

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