#364DC1

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

Shades of Free Speech Blue #364DC1

Tints of Free Speech Blue #364DC1

Color information

#364DC1 (or 0x364DC1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4D and C1. RGB value is (54,77,193). Sum of RGB (Red+Green+Blue) = 54+77+193=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #364DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DC1 is #C9B23E. Grayscale: #525252. Windows color (decimal): -13218367 or 12668214. OLE color: 12668214.

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

Color convert

RGB5477193-
CMYK0.720.6000.24
HSL230.07º56.28%48.43%-
HSV(B)230.07º72.02%75.69%-
XYZ13.89.9451.64-
YUV83.35189.88107.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 193 (75.78% from 255) = 59.57%
R=16.67%
G=23.77%
B=59.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54771930.720.6000.24230.0756.2848.43
Hex364DC1483C018e63830
Octal66115301110740303467060
Binary110110100110111000001100100011110001100011100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364DC1; }

 p { color: rgb(54,77,193); }

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

<style>
 a { background-color: #364DC1; }

 a { background-color: rgb(54,77,193); }

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

<style>
 span { border-color: #364DC1; }

 span { border-color: rgb(54,77,193); }

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