#363DD1

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

Shades of Free Speech Blue #363DD1

Tints of Free Speech Blue #363DD1

Color information

#363DD1 (or 0x363DD1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3D and D1. RGB value is (54,61,209). Sum of RGB (Red+Green+Blue) = 54+61+209=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #363DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DD1 is #C9C22E. Grayscale: #4B4B4B. Windows color (decimal): -13222447 or 13712694. OLE color: 13712694.

HSL color Cylindrical-coordinate representation of color #363DD1: hue angle of 237.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363DD1 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5461209-
CMYK0.740.7100.18
HSL237.29º62.75%51.57%-
HSV(B)237.29º74.16%81.96%-
XYZ14.78.7361.23-
YUV75.78203.18112.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 209 (82.03% from 255) = 64.51%
R=16.67%
G=18.83%
B=64.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54612090.740.7100.18237.2962.7551.57
Hex363DD14A47012ed3f34
Octal66753211121070223557764
Binary110110111101110100011001010100011101001011101101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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