#375ACE

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

Shades of Free Speech Blue #375ACE

Tints of Free Speech Blue #375ACE

Color information

#375ACE (or 0x375ACE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 5A and CE. RGB value is (55,90,206). Sum of RGB (Red+Green+Blue) = 55+90+206=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #375ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ACE is #C8A531. Grayscale: #5C5C5C. Windows color (decimal): -13149490 or 13523511. OLE color: 13523511.

HSL color Cylindrical-coordinate representation of color #375ACE: hue angle of 226.09º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375ACE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5590206-
CMYK0.730.5600.19
HSL226.09º60.64%51.18%-
HSV(B)226.09º73.3%80.78%-
XYZ16.3712.5859.96-
YUV92.76191.9101.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 206 (80.86% from 255) = 58.69%
R=15.67%
G=25.64%
B=58.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55902060.730.5600.19226.0960.6451.18
Hex375ACE4938013e23d33
Octal67132316111700233427563
Binary110111101101011001110100100111100001001111100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,206); }

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

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

 a { background-color: rgb(55,90,206); }

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

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

 span { border-color: rgb(55,90,206); }

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