#3658CF

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

Shades of Free Speech Blue #3658CF

Tints of Free Speech Blue #3658CF

Color information

#3658CF (or 0x3658CF) is unknown color: approx Free Speech Blue. HEX triplet: 36, 58 and CF. RGB value is (54,88,207). Sum of RGB (Red+Green+Blue) = 54+88+207=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #3658CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3658CF is #C9A730. Grayscale: #5A5A5A. Windows color (decimal): -13215537 or 13588534. OLE color: 13588534.

HSL color Cylindrical-coordinate representation of color #3658CF: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3658CF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5488207-
CMYK0.740.5700.19
HSL226.67º61.45%51.18%-
HSV(B)226.67º73.91%81.18%-
XYZ16.2712.2760.54-
YUV91.4193.24101.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.47%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=15.47%
G=25.21%
B=59.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal54882070.740.5700.19226.6761.4551.18
Hex3658CF4A39013e33d33
Octal66130317112710233437563
Binary110110101100011001111100101011100101001111100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3658CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3658CF; }

 p { color: rgb(54,88,207); }

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

<style>
 a { background-color: #3658CF; }

 a { background-color: rgb(54,88,207); }

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

<style>
 span { border-color: #3658CF; }

 span { border-color: rgb(54,88,207); }

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