#395AC9

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

Shades of Free Speech Blue #395AC9

Tints of Free Speech Blue #395AC9

Color information

#395AC9 (or 0x395AC9) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5A and C9. RGB value is (57,90,201). Sum of RGB (Red+Green+Blue) = 57+90+201=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #395AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395AC9 is #C6A536. Grayscale: #5C5C5C. Windows color (decimal): -13018423 or 13195833. OLE color: 13195833.

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

Color convert

RGB5790201-
CMYK0.720.5500.21
HSL226.25º57.14%50.59%-
HSV(B)226.25º71.64%78.82%-
XYZ15.8912.456.81-
YUV92.79189.07102.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 201 (78.91% from 255) = 57.76%
R=16.38%
G=25.86%
B=57.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57902010.720.5500.21226.2557.1450.59
Hex395AC94837015e23933
Octal71132311110670253427163
Binary111001101101011001001100100011011101010111100010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,201); }

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

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

 a { background-color: rgb(57,90,201); }

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

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

 span { border-color: rgb(57,90,201); }

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