#363BD5

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

Shades of Free Speech Blue #363BD5

Tints of Free Speech Blue #363BD5

Color information

#363BD5 (or 0x363BD5) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3B and D5. RGB value is (54,59,213). Sum of RGB (Red+Green+Blue) = 54+59+213=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #363BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BD5 is #C9C42A. Grayscale: #4A4A4A. Windows color (decimal): -13222955 or 13974326. OLE color: 13974326.

HSL color Cylindrical-coordinate representation of color #363BD5: hue angle of 238.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363BD5 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5459213-
CMYK0.750.7200.16
HSL238.11º65.43%52.35%-
HSV(B)238.11º74.65%83.53%-
XYZ15.18.7263.84-
YUV75.06205.84112.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.56%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 213 (83.59% from 255) = 65.34%
R=16.56%
G=18.10%
B=65.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54592130.750.7200.16238.1165.4352.35
Hex363BD54B48010ee4134
Octal667332511311002035610164
Binary1101101110111101010110010111001000010000111011101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,59,213); }

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

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

 a { background-color: rgb(54,59,213); }

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

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

 span { border-color: rgb(54,59,213); }

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