#373AD0

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

Shades of Free Speech Blue #373AD0

Tints of Free Speech Blue #373AD0

Color information

#373AD0 (or 0x373AD0) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3A and D0. RGB value is (55,58,208). Sum of RGB (Red+Green+Blue) = 55+58+208=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #373AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AD0 is #C8C52F. Grayscale: #494949. Windows color (decimal): -13157680 or 13646391. OLE color: 13646391.

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

Color convert

RGB5558208-
CMYK0.740.7200.18
HSL238.82º61.94%51.57%-
HSV(B)238.82º73.56%81.57%-
XYZ14.478.3960.53-
YUV74.2203.51114.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 208 (81.64% from 255) = 64.80%
R=17.13%
G=18.07%
B=64.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55582080.740.7200.18238.8261.9451.57
Hex373AD04A48012ef3e34
Octal67723201121100223577664
Binary110111111010110100001001010100100001001011101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,58,208); }

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

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

 a { background-color: rgb(55,58,208); }

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

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

 span { border-color: rgb(55,58,208); }

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