#3762C1

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

Shades of Free Speech Blue #3762C1

Tints of Free Speech Blue #3762C1

Color information

#3762C1 (or 0x3762C1) is unknown color: approx Free Speech Blue. HEX triplet: 37, 62 and C1. RGB value is (55,98,193). Sum of RGB (Red+Green+Blue) = 55+98+193=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #3762C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3762C1 is #C89D3E. Grayscale: #5F5F5F. Windows color (decimal): -13147455 or 12673591. OLE color: 12673591.

HSL color Cylindrical-coordinate representation of color #3762C1: hue angle of 221.3º 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 #3762C1 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5598193-
CMYK0.720.4900.24
HSL221.3º55.65%48.63%-
HSV(B)221.3º71.5%75.69%-
XYZ15.5713.452.22-
YUV95.97182.7598.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 193 (75.78% from 255) = 55.78%
R=15.90%
G=28.32%
B=55.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal55981930.720.4900.24221.355.6548.63
Hex3762C14831018dd3831
Octal67142301110610303357061
Binary110111110001011000001100100011000101100011011101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3762C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3762C1; }

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

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

<style>
 a { background-color: #3762C1; }

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

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

<style>
 span { border-color: #3762C1; }

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

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