#365ECB

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

Shades of Free Speech Blue #365ECB

Tints of Free Speech Blue #365ECB

Color information

#365ECB (or 0x365ECB) is unknown color: approx Free Speech Blue. HEX triplet: 36, 5E and CB. RGB value is (54,94,203). Sum of RGB (Red+Green+Blue) = 54+94+203=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #365ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ECB is #C9A134. Grayscale: #5D5D5D. Windows color (decimal): -13214005 or 13327926. OLE color: 13327926.

HSL color Cylindrical-coordinate representation of color #365ECB: hue angle of 223.89º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365ECB is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5494203-
CMYK0.730.5400.20
HSL223.89º58.89%50.39%-
HSV(B)223.89º73.4%79.61%-
XYZ16.313.158.17-
YUV94.47189.2599.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.38%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=15.38%
G=26.78%
B=57.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal54942030.730.5400.20223.8958.8950.39
Hex365ECB4936014e03b32
Octal66136313111660243407362
Binary110110101111011001011100100111011001010011100000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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