#3745DA

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

Shades of Free Speech Blue #3745DA

Tints of Free Speech Blue #3745DA

Color information

#3745DA (or 0x3745DA) is unknown color: approx Free Speech Blue. HEX triplet: 37, 45 and DA. RGB value is (55,69,218). Sum of RGB (Red+Green+Blue) = 55+69+218=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #3745DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3745DA is #C8BA25. Grayscale: #515151. Windows color (decimal): -13154854 or 14304567. OLE color: 14304567.

HSL color Cylindrical-coordinate representation of color #3745DA: hue angle of 234.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3745DA is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5569218-
CMYK0.750.6800.15
HSL234.85º68.78%53.53%-
HSV(B)234.85º74.77%85.49%-
XYZ16.3610.1367.42-
YUV81.8204.86108.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.08%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 218 (85.55% from 255) = 63.74%
R=16.08%
G=20.18%
B=63.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal55692180.750.6800.15234.8568.7853.53
Hex3745DA4B440Feb4536
Octal6710533211310401735310566
Binary1101111000101110110101001011100010001111111010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3745DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3745DA; }

 p { color: rgb(55,69,218); }

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

<style>
 a { background-color: #3745DA; }

 a { background-color: rgb(55,69,218); }

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

<style>
 span { border-color: #3745DA; }

 span { border-color: rgb(55,69,218); }

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