#3658D4

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

Shades of Free Speech Blue #3658D4

Tints of Free Speech Blue #3658D4

Color information

#3658D4 (or 0x3658D4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 58 and D4. RGB value is (54,88,212). Sum of RGB (Red+Green+Blue) = 54+88+212=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 212 (83.20% from 255 or 59.89% from 354); Max value from RGB is 212 - color contains mainly: blue. Hex color #3658D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3658D4 is #C9A72B. Grayscale: #5B5B5B. Windows color (decimal): -13215532 or 13916214. OLE color: 13916214.

HSL color Cylindrical-coordinate representation of color #3658D4: hue angle of 227.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3658D4 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5488212-
CMYK0.750.5800.17
HSL227.09º64.75%52.16%-
HSV(B)227.09º74.53%83.14%-
XYZ16.8912.5263.81-
YUV91.97195.74100.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.25%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 212 (83.20% from 255) = 59.89%
R=15.25%
G=24.86%
B=59.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal54882120.750.5800.17227.0964.7552.16
Hex3658D44B3A011e34134
Octal661303241137202134310164
Binary1101101011000110101001001011111010010001111000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3658D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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