#395FC8

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

Shades of Free Speech Blue #395FC8

Tints of Free Speech Blue #395FC8

Color information

#395FC8 (or 0x395FC8) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5F and C8. RGB value is (57,95,200). Sum of RGB (Red+Green+Blue) = 57+95+200=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 200 (78.52% from 255 or 56.82% from 352); Max value from RGB is 200 - color contains mainly: blue. Hex color #395FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FC8 is #C6A037. Grayscale: #5F5F5F. Windows color (decimal): -13017144 or 13131577. OLE color: 13131577.

HSL color Cylindrical-coordinate representation of color #395FC8: hue angle of 224.06º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #395FC8 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5795200-
CMYK0.720.5200.22
HSL224.06º56.52%50.39%-
HSV(B)224.06º71.5%78.43%-
XYZ16.213.2256.34-
YUV95.61186.91100.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.19%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 200 (78.52% from 255) = 56.82%
R=16.19%
G=26.99%
B=56.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57952000.720.5200.22224.0656.5250.39
Hex395FC84834016e03932
Octal71137310110640263407162
Binary111001101111111001000100100011010001011011100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395FC8; }

 p { color: rgb(57,95,200); }

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

<style>
 a { background-color: #395FC8; }

 a { background-color: rgb(57,95,200); }

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

<style>
 span { border-color: #395FC8; }

 span { border-color: rgb(57,95,200); }

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