#373AC8

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

Shades of Free Speech Blue #373AC8

Tints of Free Speech Blue #373AC8

Color information

#373AC8 (or 0x373AC8) is unknown color: approx Free Speech Blue. HEX triplet: 37, 3A and C8. RGB value is (55,58,200). Sum of RGB (Red+Green+Blue) = 55+58+200=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #373AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373AC8 is #C8C537. Grayscale: #484848. Windows color (decimal): -13157688 or 13122103. OLE color: 13122103.

HSL color Cylindrical-coordinate representation of color #373AC8: hue angle of 238.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #373AC8 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5558200-
CMYK0.720.7100.22
HSL238.76º56.86%50%-
HSV(B)238.76º72.5%78.43%-
XYZ13.518.0155.48-
YUV73.29199.51114.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 200 (78.52% from 255) = 63.90%
R=17.57%
G=18.53%
B=63.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal55582000.720.7100.22238.7656.8650
Hex373AC84847016ef3932
Octal67723101101070263577162
Binary110111111010110010001001000100011101011011101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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