#375CBF

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

Shades of Free Speech Blue #375CBF

Tints of Free Speech Blue #375CBF

Color information

#375CBF (or 0x375CBF) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5C and BF. RGB value is (55,92,191). Sum of RGB (Red+Green+Blue) = 55+92+191=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #375CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CBF is #C8A340. Grayscale: #5B5B5B. Windows color (decimal): -13148993 or 12540983. OLE color: 12540983.

HSL color Cylindrical-coordinate representation of color #375CBF: hue angle of 223.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #375CBF is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5592191-
CMYK0.710.5200.25
HSL223.68º55.28%48.24%-
HSV(B)223.68º71.2%74.9%-
XYZ14.8112.2350.87-
YUV92.22183.74101.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 191 (75% from 255) = 56.51%
R=16.27%
G=27.22%
B=56.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55921910.710.5200.25223.6855.2848.24
Hex375CBF4734019e03730
Octal67134277107640313406760
Binary110111101110010111111100011111010001100111100000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,92,191); }

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

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

 a { background-color: rgb(55,92,191); }

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

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

 span { border-color: rgb(55,92,191); }

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