#395CCE

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

Shades of Free Speech Blue #395CCE

Tints of Free Speech Blue #395CCE

Color information

#395CCE (or 0x395CCE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5C and CE. RGB value is (57,92,206). Sum of RGB (Red+Green+Blue) = 57+92+206=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #395CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CCE is #C6A331. Grayscale: #5E5E5E. Windows color (decimal): -13017906 or 13524025. OLE color: 13524025.

HSL color Cylindrical-coordinate representation of color #395CCE: hue angle of 225.91º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #395CCE is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5792206-
CMYK0.720.5500.19
HSL225.91º60.32%51.57%-
HSV(B)225.91º72.33%80.78%-
XYZ16.6612.9860.02-
YUV94.53190.9101.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.06%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 206 (80.86% from 255) = 58.03%
R=16.06%
G=25.92%
B=58.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal57922060.720.5500.19225.9160.3251.57
Hex395CCE4837013e23c34
Octal71134316110670233427464
Binary111001101110011001110100100011011101001111100010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,92,206); }

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

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

 a { background-color: rgb(57,92,206); }

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

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

 span { border-color: rgb(57,92,206); }

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