#363DDF

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

Shades of Free Speech Blue #363DDF

Tints of Free Speech Blue #363DDF

Color information

#363DDF (or 0x363DDF) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3D and DF. RGB value is (54,61,223). Sum of RGB (Red+Green+Blue) = 54+61+223=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #363DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DDF is #C9C220. Grayscale: #4C4C4C. Windows color (decimal): -13222433 or 14630198. OLE color: 14630198.

HSL color Cylindrical-coordinate representation of color #363DDF: hue angle of 237.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363DDF is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5461223-
CMYK0.760.7300.13
HSL237.51º72.53%54.31%-
HSV(B)237.51º75.78%87.45%-
XYZ16.519.4570.77-
YUV77.38210.18111.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=15.98%
G=18.05%
B=65.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal54612230.760.7300.13237.5172.5354.31
Hex363DDF4C490Dee4936
Octal667533711411101535611166
Binary110110111101110111111001100100100101101111011101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363DDF; }

 p { color: rgb(54,61,223); }

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

<style>
 a { background-color: #363DDF; }

 a { background-color: rgb(54,61,223); }

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

<style>
 span { border-color: #363DDF; }

 span { border-color: rgb(54,61,223); }

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