#373DD1

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

Shades of Free Speech Blue #373DD1

Tints of Free Speech Blue #373DD1

Color information

#373DD1 (or 0x373DD1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3D and D1. RGB value is (55,61,209). Sum of RGB (Red+Green+Blue) = 55+61+209=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 209 (82.03% from 255 or 64.31% from 325); Max value from RGB is 209 - color contains mainly: blue. Hex color #373DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DD1 is #C8C22E. Grayscale: #4B4B4B. Windows color (decimal): -13156911 or 13712695. OLE color: 13712695.

HSL color Cylindrical-coordinate representation of color #373DD1: hue angle of 237.66º degrees, saturation: 0.63, 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 #373DD1 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5561209-
CMYK0.740.7100.18
HSL237.66º62.6%51.76%-
HSV(B)237.66º73.68%81.96%-
XYZ14.758.7561.23-
YUV76.08203.01112.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 209 (82.03% from 255) = 64.31%
R=16.92%
G=18.77%
B=64.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55612090.740.7100.18237.6662.651.76
Hex373DD14A47012ee3f34
Octal67753211121070223567764
Binary110111111101110100011001010100011101001011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373DD1; }

 p { color: rgb(55,61,209); }

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

<style>
 a { background-color: #373DD1; }

 a { background-color: rgb(55,61,209); }

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

<style>
 span { border-color: #373DD1; }

 span { border-color: rgb(55,61,209); }

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