#3648D7

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

Shades of Free Speech Blue #3648D7

Tints of Free Speech Blue #3648D7

Color information

#3648D7 (or 0x3648D7) is unknown color: approx Free Speech Blue. HEX triplet: 36, 48 and D7. RGB value is (54,72,215). Sum of RGB (Red+Green+Blue) = 54+72+215=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #3648D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3648D7 is #C9B728. Grayscale: #525252. Windows color (decimal): -13219625 or 14108726. OLE color: 14108726.

HSL color Cylindrical-coordinate representation of color #3648D7: hue angle of 233.29º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3648D7 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5472215-
CMYK0.750.6700.16
HSL233.29º66.8%52.75%-
HSV(B)233.29º74.88%84.31%-
XYZ16.110.3365.43-
YUV82.92202.54107.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 215 (84.38% from 255) = 63.05%
R=15.84%
G=21.11%
B=63.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54722150.750.6700.16233.2966.852.75
Hex3648D74B43010e94335
Octal6611032711310302035110365
Binary11011010010001101011110010111000011010000111010011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3648D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3648D7; }

 p { color: rgb(54,72,215); }

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

<style>
 a { background-color: #3648D7; }

 a { background-color: rgb(54,72,215); }

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

<style>
 span { border-color: #3648D7; }

 span { border-color: rgb(54,72,215); }

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