#365BC6

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

Shades of Free Speech Blue #365BC6

Tints of Free Speech Blue #365BC6

Color information

#365BC6 (or 0x365BC6) is unknown color: approx Free Speech Blue. HEX triplet: 36, 5B and C6. RGB value is (54,91,198). Sum of RGB (Red+Green+Blue) = 54+91+198=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #365BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BC6 is #C9A439. Grayscale: #5B5B5B. Windows color (decimal): -13214778 or 12999478. OLE color: 12999478.

HSL color Cylindrical-coordinate representation of color #365BC6: hue angle of 224.58º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365BC6 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5491198-
CMYK0.730.5400.22
HSL224.58º57.14%49.41%-
HSV(B)224.58º72.73%77.65%-
XYZ15.4612.3454.99-
YUV92.14187.74100.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 198 (77.73% from 255) = 57.73%
R=15.74%
G=26.53%
B=57.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54911980.730.5400.22224.5857.1449.41
Hex365BC64936016e13931
Octal66133306111660263417161
Binary110110101101111000110100100111011001011011100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365BC6; }

 p { color: rgb(54,91,198); }

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

<style>
 a { background-color: #365BC6; }

 a { background-color: rgb(54,91,198); }

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

<style>
 span { border-color: #365BC6; }

 span { border-color: rgb(54,91,198); }

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