#375AC9

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

Shades of Free Speech Blue #375AC9

Tints of Free Speech Blue #375AC9

Color information

#375AC9 (or 0x375AC9) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5A and C9. RGB value is (55,90,201). Sum of RGB (Red+Green+Blue) = 55+90+201=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 201 (78.91% from 255 or 58.09% from 346); Max value from RGB is 201 - color contains mainly: blue. Hex color #375AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375AC9 is #C8A536. Grayscale: #5B5B5B. Windows color (decimal): -13149495 or 13195831. OLE color: 13195831.

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

Color convert

RGB5590201-
CMYK0.730.5500.21
HSL225.62º57.48%50.2%-
HSV(B)225.62º72.64%78.82%-
XYZ15.7712.3456.81-
YUV92.19189.4101.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 201 (78.91% from 255) = 58.09%
R=15.90%
G=26.01%
B=58.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55902010.730.5500.21225.6257.4850.2
Hex375AC94937015e23932
Octal67132311111670253427162
Binary110111101101011001001100100111011101010111100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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