#355ACD

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

Shades of Free Speech Blue #355ACD

Tints of Free Speech Blue #355ACD

Color information

#355ACD (or 0x355ACD) is unknown color: approx Free Speech Blue. HEX triplet: 35, 5A and CD. RGB value is (53,90,205). Sum of RGB (Red+Green+Blue) = 53+90+205=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #355ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ACD is #CAA532. Grayscale: #5B5B5B. Windows color (decimal): -13280563 or 13457973. OLE color: 13457973.

HSL color Cylindrical-coordinate representation of color #355ACD: hue angle of 225.39º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355ACD is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5390205-
CMYK0.740.5600.20
HSL225.39º60.32%50.59%-
HSV(B)225.39º74.15%80.39%-
XYZ16.1412.4859.32-
YUV92.05191.74100.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=15.23%
G=25.86%
B=58.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53902050.740.5600.20225.3960.3250.59
Hex355ACD4A38014e13c33
Octal65132315112700243417463
Binary110101101101011001101100101011100001010011100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355ACD; }

 p { color: rgb(53,90,205); }

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

<style>
 a { background-color: #355ACD; }

 a { background-color: rgb(53,90,205); }

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

<style>
 span { border-color: #355ACD; }

 span { border-color: rgb(53,90,205); }

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