#353FC0

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

Shades of Free Speech Blue #353FC0

Tints of Free Speech Blue #353FC0

Color information

#353FC0 (or 0x353FC0) is unknown color: approx Free Speech Blue. HEX triplet: 35, 3F and C0. RGB value is (53,63,192). Sum of RGB (Red+Green+Blue) = 53+63+192=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #353FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353FC0 is #CAC03F. Grayscale: #4A4A4A. Windows color (decimal): -13287488 or 12599093. OLE color: 12599093.

HSL color Cylindrical-coordinate representation of color #353FC0: hue angle of 235.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #353FC0 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5363192-
CMYK0.720.6700.25
HSL235.68º56.73%48.04%-
HSV(B)235.68º72.4%75.29%-
XYZ12.768.1250.76-
YUV74.72194.19112.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=17.21%
G=20.45%
B=62.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53631920.720.6700.25235.6856.7348.04
Hex353FC04843019ec3930
Octal65773001101030313547160
Binary110101111111110000001001000100001101100111101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353FC0; }

 p { color: rgb(53,63,192); }

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

<style>
 a { background-color: #353FC0; }

 a { background-color: rgb(53,63,192); }

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

<style>
 span { border-color: #353FC0; }

 span { border-color: rgb(53,63,192); }

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