#363ad2

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

Shades of Free Speech Blue #363AD2

Tints of Free Speech Blue #363AD2

Color information

#363AD2 (or 0x363AD2) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3A and D2. RGB value is (54,58,210). Sum of RGB (Red+Green+Blue) = 54+58+210=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #363AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AD2 is #C9C52D. Grayscale: #494949. Windows color (decimal): -13223214 or 13777462. OLE color: 13777462.

HSL color Cylindrical-coordinate representation of color #363AD2: hue angle of 238.46º 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 #363AD2 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5458210-
CMYK0.740.7200.18
HSL238.46º63.41%51.76%-
HSV(B)238.46º74.29%82.35%-
XYZ14.678.4661.83-
YUV74.13204.67113.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 210 (82.42% from 255) = 65.22%
R=16.77%
G=18.01%
B=65.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal54582100.740.7200.18238.4663.4151.76
Hex363AD24A48012ee3f34
Octal66723221121100223567764
Binary110110111010110100101001010100100001001011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,58,210); }

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

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

 a { background-color: rgb(54,58,210); }

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

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

 span { border-color: rgb(54,58,210); }

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