#375FCB

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

Shades of Free Speech Blue #375FCB

Tints of Free Speech Blue #375FCB

Color information

#375FCB (or 0x375FCB) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5F and CB. RGB value is (55,95,203). Sum of RGB (Red+Green+Blue) = 55+95+203=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #375FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FCB is #C8A034. Grayscale: #5E5E5E. Windows color (decimal): -13148213 or 13328183. OLE color: 13328183.

HSL color Cylindrical-coordinate representation of color #375FCB: hue angle of 223.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375FCB is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5595203-
CMYK0.730.5300.20
HSL223.78º58.73%50.59%-
HSV(B)223.78º72.91%79.61%-
XYZ16.4513.3158.2-
YUV95.35188.7599.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=15.58%
G=26.91%
B=57.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55952030.730.5300.20223.7858.7350.59
Hex375FCB4935014e03b33
Octal67137313111650243407363
Binary110111101111111001011100100111010101010011100000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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