#395BBE

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

Shades of Free Speech Blue #395BBE

Tints of Free Speech Blue #395BBE

Color information

#395BBE (or 0x395BBE) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5B and BE. RGB value is (57,91,190). Sum of RGB (Red+Green+Blue) = 57+91+190=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #395BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BBE is #C6A441. Grayscale: #5B5B5B. Windows color (decimal): -13018178 or 12475193. OLE color: 12475193.

HSL color Cylindrical-coordinate representation of color #395BBE: hue angle of 224.66º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #395BBE is Cyan = 0.7, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5791190-
CMYK0.70.5200.25
HSL224.66º53.85%48.43%-
HSV(B)224.66º70%74.51%-
XYZ14.7212.0750.27-
YUV92.12183.24102.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=16.86%
G=26.92%
B=56.21%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal57911900.70.5200.25224.6653.8548.43
Hex395BBE4634019e13630
Octal71133276106640313416660
Binary111001101101110111110100011011010001100111100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,190); }

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

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

 a { background-color: rgb(57,91,190); }

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

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

 span { border-color: rgb(57,91,190); }

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