#375DC9

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

Shades of Free Speech Blue #375DC9

Tints of Free Speech Blue #375DC9

Color information

#375DC9 (or 0x375DC9) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5D and C9. RGB value is (55,93,201). Sum of RGB (Red+Green+Blue) = 55+93+201=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #375DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DC9 is #C8A236. Grayscale: #5D5D5D. Windows color (decimal): -13148727 or 13196599. OLE color: 13196599.

HSL color Cylindrical-coordinate representation of color #375DC9: hue angle of 224.38º 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 #375DC9 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5593201-
CMYK0.730.5400.21
HSL224.38º57.48%50.2%-
HSV(B)224.38º72.64%78.82%-
XYZ16.0312.8656.9-
YUV93.95188.41100.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=15.76%
G=26.65%
B=57.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal55932010.730.5400.21224.3857.4850.2
Hex375DC94936015e03932
Octal67135311111660253407162
Binary110111101110111001001100100111011001010111100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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