#365EC4

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

Shades of Free Speech Blue #365EC4

Tints of Free Speech Blue #365EC4

Color information

#365EC4 (or 0x365EC4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 5E and C4. RGB value is (54,94,196). Sum of RGB (Red+Green+Blue) = 54+94+196=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #365EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365EC4 is #C9A13B. Grayscale: #5D5D5D. Windows color (decimal): -13214012 or 12869174. OLE color: 12869174.

HSL color Cylindrical-coordinate representation of color #365EC4: hue angle of 223.1º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #365EC4 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5494196-
CMYK0.720.5200.23
HSL223.1º56.8%49.02%-
HSV(B)223.1º72.45%76.86%-
XYZ15.4912.7853.87-
YUV93.67185.7599.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 94 (37.11% from 255) = 27.33%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=15.70%
G=27.33%
B=56.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54941960.720.5200.23223.156.849.02
Hex365EC44834017df3931
Octal66136304110640273377161
Binary110110101111011000100100100011010001011111011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,94,196); }

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

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

 a { background-color: rgb(54,94,196); }

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

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

 span { border-color: rgb(54,94,196); }

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