#363DC2

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

Shades of Free Speech Blue #363DC2

Tints of Free Speech Blue #363DC2

Color information

#363DC2 (or 0x363DC2) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3D and C2. RGB value is (54,61,194). Sum of RGB (Red+Green+Blue) = 54+61+194=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #363DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC2 is #C9C23D. Grayscale: #494949. Windows color (decimal): -13222462 or 12729654. OLE color: 12729654.

HSL color Cylindrical-coordinate representation of color #363DC2: hue angle of 237º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363DC2 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5461194-
CMYK0.720.6900.24
HSL237º56.45%48.63%-
HSV(B)237º72.16%76.08%-
XYZ12.938.0251.9-
YUV74.07195.68113.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 61 (24.22% from 255) = 19.74%
BLUE value IS 194 (76.17% from 255) = 62.78%
R=17.48%
G=19.74%
B=62.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54611940.720.6900.2423756.4548.63
Hex363DC24845018ed3831
Octal66753021101050303557061
Binary110110111101110000101001000100010101100011101101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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