#365FC7

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

Shades of Free Speech Blue #365FC7

Tints of Free Speech Blue #365FC7

Color information

#365FC7 (or 0x365FC7) is unknown color: approx Free Speech Blue. HEX triplet: 36, 5F and C7. RGB value is (54,95,199). Sum of RGB (Red+Green+Blue) = 54+95+199=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #365FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365FC7 is #C9A038. Grayscale: #5E5E5E. Windows color (decimal): -13213753 or 13066038. OLE color: 13066038.

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

Color convert

RGB5495199-
CMYK0.730.5200.22
HSL223.03º57.31%49.61%-
HSV(B)223.03º72.86%78.04%-
XYZ15.9213.0955.72-
YUV94.6186.9299.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.52%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 199 (78.12% from 255) = 57.18%
R=15.52%
G=27.30%
B=57.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal54951990.730.5200.22223.0357.3149.61
Hex365FC74934016df3932
Octal66137307111640263377162
Binary110110101111111000111100100111010001011011011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,95,199); }

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

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

 a { background-color: rgb(54,95,199); }

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

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

 span { border-color: rgb(54,95,199); }

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