#375CD0

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

Shades of Free Speech Blue #375CD0

Tints of Free Speech Blue #375CD0

Color information

#375CD0 (or 0x375CD0) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5C and D0. RGB value is (55,92,208). Sum of RGB (Red+Green+Blue) = 55+92+208=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #375CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CD0 is #C8A32F. Grayscale: #5D5D5D. Windows color (decimal): -13148976 or 13655095. OLE color: 13655095.

HSL color Cylindrical-coordinate representation of color #375CD0: hue angle of 225.49º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375CD0 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5592208-
CMYK0.740.5600.18
HSL225.49º61.94%51.57%-
HSV(B)225.49º73.56%81.57%-
XYZ16.7913.0261.3-
YUV94.16192.24100.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=15.49%
G=25.92%
B=58.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55922080.740.5600.18225.4961.9451.57
Hex375CD04A38012e13e34
Octal67134320112700223417664
Binary110111101110011010000100101011100001001011100001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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