#395CCA

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

Shades of Free Speech Blue #395CCA

Tints of Free Speech Blue #395CCA

Color information

#395CCA (or 0x395CCA) is unknown color: approx Free Speech Blue. HEX triplet: 39, 5C and CA. RGB value is (57,92,202). Sum of RGB (Red+Green+Blue) = 57+92+202=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #395CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395CCA is #C6A335. Grayscale: #5D5D5D. Windows color (decimal): -13017910 or 13261881. OLE color: 13261881.

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

Color convert

RGB5792202-
CMYK0.720.5400.21
HSL225.52º57.77%50.78%-
HSV(B)225.52º71.78%79.22%-
XYZ16.1812.7957.49-
YUV94.08188.9101.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=16.24%
G=26.21%
B=57.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57922020.720.5400.21225.5257.7750.78
Hex395CCA4836015e23a33
Octal71134312110660253427263
Binary111001101110011001010100100011011001010111100010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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