#374AC1

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

Shades of Free Speech Blue #374AC1

Tints of Free Speech Blue #374AC1

Color information

#374AC1 (or 0x374AC1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 4A and C1. RGB value is (55,74,193). Sum of RGB (Red+Green+Blue) = 55+74+193=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 193 (75.78% from 255 or 59.94% from 322); Max value from RGB is 193 - color contains mainly: blue. Hex color #374AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374AC1 is #C8B53E. Grayscale: #515151. Windows color (decimal): -13153599 or 12667447. OLE color: 12667447.

HSL color Cylindrical-coordinate representation of color #374AC1: hue angle of 231.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374AC1 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5574193-
CMYK0.720.6200.24
HSL231.74º55.65%48.63%-
HSV(B)231.74º71.5%75.69%-
XYZ13.659.5651.58-
YUV81.88190.71108.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 74 (29.30% from 255) = 22.98%
BLUE value IS 193 (75.78% from 255) = 59.94%
R=17.08%
G=22.98%
B=59.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55741930.720.6200.24231.7455.6548.63
Hex374AC1483E018e83831
Octal67112301110760303507061
Binary110111100101011000001100100011111001100011101000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374AC1; }

 p { color: rgb(55,74,193); }

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

<style>
 a { background-color: #374AC1; }

 a { background-color: rgb(55,74,193); }

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

<style>
 span { border-color: #374AC1; }

 span { border-color: rgb(55,74,193); }

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