#395ECD

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

Shades of Free Speech Blue #395ECD

Tints of Free Speech Blue #395ECD

Color information

#395ECD (or 0x395ECD) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5E and CD. RGB value is (57,94,205). Sum of RGB (Red+Green+Blue) = 57+94+205=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #395ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395ECD is #C6A132. Grayscale: #5F5F5F. Windows color (decimal): -13017395 or 13459001. OLE color: 13459001.

HSL color Cylindrical-coordinate representation of color #395ECD: hue angle of 225º degrees, saturation: 0.6, 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 #395ECD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5794205-
CMYK0.720.5400.20
HSL225º59.68%51.37%-
HSV(B)225º72.2%80.39%-
XYZ16.7113.2859.44-
YUV95.59189.74100.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=16.01%
G=26.40%
B=57.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57942050.720.5400.2022559.6851.37
Hex395ECD4836014e13c33
Octal71136315110660243417463
Binary111001101111011001101100100011011001010011100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,94,205); }

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

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

 a { background-color: rgb(57,94,205); }

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

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

 span { border-color: rgb(57,94,205); }

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