#3760CE

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

Shades of Free Speech Blue #3760CE

Tints of Free Speech Blue #3760CE

Color information

#3760CE (or 0x3760CE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 60 and CE. RGB value is (55,96,206). Sum of RGB (Red+Green+Blue) = 55+96+206=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3760CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760CE is #C89F31. Grayscale: #5F5F5F. Windows color (decimal): -13147954 or 13525047. OLE color: 13525047.

HSL color Cylindrical-coordinate representation of color #3760CE: hue angle of 223.71º 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 #3760CE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5596206-
CMYK0.730.5300.19
HSL223.71º60.64%51.18%-
HSV(B)223.71º73.3%80.78%-
XYZ16.913.6360.13-
YUV96.28189.9298.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 206 (80.86% from 255) = 57.70%
R=15.41%
G=26.89%
B=57.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal55962060.730.5300.19223.7160.6451.18
Hex3760CE4935013e03d33
Octal67140316111650233407563
Binary110111110000011001110100100111010101001111100000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3760CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3760CE; }

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

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

<style>
 a { background-color: #3760CE; }

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

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

<style>
 span { border-color: #3760CE; }

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

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