#3758D5

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

Shades of Free Speech Blue #3758D5

Tints of Free Speech Blue #3758D5

Color information

#3758D5 (or 0x3758D5) is unknown color: approx Free Speech Blue. HEX triplet: 37, 58 and D5. RGB value is (55,88,213). Sum of RGB (Red+Green+Blue) = 55+88+213=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #3758D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758D5 is #C8A72A. Grayscale: #5B5B5B. Windows color (decimal): -13149995 or 13981751. OLE color: 13981751.

HSL color Cylindrical-coordinate representation of color #3758D5: hue angle of 227.47º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3758D5 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5588213-
CMYK0.740.5900.16
HSL227.47º65.29%52.55%-
HSV(B)227.47º74.18%83.53%-
XYZ17.0812.664.48-
YUV92.38196.07101.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.45%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 213 (83.59% from 255) = 59.83%
R=15.45%
G=24.72%
B=59.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55882130.740.5900.16227.4765.2952.55
Hex3758D54A3B010e34135
Octal671303251127302034310165
Binary1101111011000110101011001010111011010000111000111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3758D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3758D5; }

 p { color: rgb(55,88,213); }

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

<style>
 a { background-color: #3758D5; }

 a { background-color: rgb(55,88,213); }

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

<style>
 span { border-color: #3758D5; }

 span { border-color: rgb(55,88,213); }

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