#3752BE

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

Shades of Free Speech Blue #3752BE

Tints of Free Speech Blue #3752BE

Color information

#3752BE (or 0x3752BE) is unknown color: approx Free Speech Blue. HEX triplet: 37, 52 and BE. RGB value is (55,82,190). Sum of RGB (Red+Green+Blue) = 55+82+190=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #3752BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3752BE is #C8AD41. Grayscale: #555555. Windows color (decimal): -13151554 or 12472887. OLE color: 12472887.

HSL color Cylindrical-coordinate representation of color #3752BE: hue angle of 228º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3752BE is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5582190-
CMYK0.710.5700.25
HSL228º55.1%48.04%-
HSV(B)228º71.05%74.51%-
XYZ13.8910.5650.02-
YUV86.24186.55105.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=16.82%
G=25.08%
B=58.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal55821900.710.5700.2522855.148.04
Hex3752BE4739019e43730
Octal67122276107710313446760
Binary110111101001010111110100011111100101100111100100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3752BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3752BE; }

 p { color: rgb(55,82,190); }

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

<style>
 a { background-color: #3752BE; }

 a { background-color: rgb(55,82,190); }

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

<style>
 span { border-color: #3752BE; }

 span { border-color: rgb(55,82,190); }

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