#3648BE

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

Shades of Free Speech Blue #3648BE

Tints of Free Speech Blue #3648BE

Color information

#3648BE (or 0x3648BE) is unknown color: approx Free Speech Blue. HEX triplet: 36, 48 and BE. RGB value is (54,72,190). Sum of RGB (Red+Green+Blue) = 54+72+190=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #3648BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3648BE is #C9B741. Grayscale: #4F4F4F. Windows color (decimal): -13219650 or 12470326. OLE color: 12470326.

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

Color convert

RGB5472190-
CMYK0.720.6200.25
HSL232.06º55.74%47.84%-
HSV(B)232.06º71.58%74.51%-
XYZ13.139.1449.79-
YUV80.07190.04109.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=17.09%
G=22.78%
B=60.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54721900.720.6200.25232.0655.7447.84
Hex3648BE483E019e83830
Octal66110276110760313507060
Binary110110100100010111110100100011111001100111101000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3648BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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