#364CC1

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

Shades of Free Speech Blue #364CC1

Tints of Free Speech Blue #364CC1

Color information

#364CC1 (or 0x364CC1) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4C and C1. RGB value is (54,76,193). Sum of RGB (Red+Green+Blue) = 54+76+193=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #364CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364CC1 is #C9B33E. Grayscale: #525252. Windows color (decimal): -13218623 or 12667958. OLE color: 12667958.

HSL color Cylindrical-coordinate representation of color #364CC1: hue angle of 230.5º 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 #364CC1 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5476193-
CMYK0.720.6100.24
HSL230.5º56.28%48.43%-
HSV(B)230.5º72.02%75.69%-
XYZ13.739.851.62-
YUV82.76190.21107.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=16.72%
G=23.53%
B=59.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54761930.720.6100.24230.556.2848.43
Hex364CC1483D018e73830
Octal66114301110750303477060
Binary110110100110011000001100100011110101100011100111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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