#375FC3

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

Shades of Free Speech Blue #375FC3

Tints of Free Speech Blue #375FC3

Color information

#375FC3 (or 0x375FC3) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5F and C3. RGB value is (55,95,195). Sum of RGB (Red+Green+Blue) = 55+95+195=345 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.94% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 195 (76.56% from 255 or 56.52% from 345); Max value from RGB is 195 - color contains mainly: blue. Hex color #375FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FC3 is #C8A03C. Grayscale: #5E5E5E. Windows color (decimal): -13148221 or 12803895. OLE color: 12803895.

HSL color Cylindrical-coordinate representation of color #375FC3: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #375FC3 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5595195-
CMYK0.720.5100.24
HSL222.86º56%49.02%-
HSV(B)222.86º71.79%76.47%-
XYZ15.5212.9453.31-
YUV94.44184.7599.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.94%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 195 (76.56% from 255) = 56.52%
R=15.94%
G=27.54%
B=56.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55951950.720.5100.24222.865649.02
Hex375FC34833018df3831
Octal67137303110630303377061
Binary110111101111111000011100100011001101100011011111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,95,195); }

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

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

 a { background-color: rgb(55,95,195); }

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

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

 span { border-color: rgb(55,95,195); }

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