#373CD1

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

Shades of Free Speech Blue #373CD1

Tints of Free Speech Blue #373CD1

Color information

#373CD1 (or 0x373CD1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3C and D1. RGB value is (55,60,209). Sum of RGB (Red+Green+Blue) = 55+60+209=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #373CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CD1 is #C8C32E. Grayscale: #4A4A4A. Windows color (decimal): -13157167 or 13712439. OLE color: 13712439.

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

Color convert

RGB5560209-
CMYK0.740.7100.18
HSL238.05º62.6%51.76%-
HSV(B)238.05º73.68%81.96%-
XYZ14.78.6561.22-
YUV75.49203.34113.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 209 (82.03% from 255) = 64.51%
R=16.98%
G=18.52%
B=64.51%

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
Decimal55602090.740.7100.18238.0562.651.76
Hex373CD14A47012ee3f34
Octal67743211121070223567764
Binary110111111100110100011001010100011101001011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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