#364FC4

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

Shades of Free Speech Blue #364FC4

Tints of Free Speech Blue #364FC4

Color information

#364FC4 (or 0x364FC4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 4F and C4. RGB value is (54,79,196). Sum of RGB (Red+Green+Blue) = 54+79+196=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #364FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364FC4 is #C9B03B. Grayscale: #545454. Windows color (decimal): -13217852 or 12865334. OLE color: 12865334.

HSL color Cylindrical-coordinate representation of color #364FC4: hue angle of 229.44º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #364FC4 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5479196-
CMYK0.720.6000.23
HSL229.44º56.8%49.02%-
HSV(B)229.44º72.45%76.86%-
XYZ14.2810.3653.47-
YUV84.86190.72105.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 196 (76.95% from 255) = 59.57%
R=16.41%
G=24.01%
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.23
SystemRedGreenBlueCMYKHSL
Decimal54791960.720.6000.23229.4456.849.02
Hex364FC4483C017e53931
Octal66117304110740273457161
Binary110110100111111000100100100011110001011111100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,79,196); }

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

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

 a { background-color: rgb(54,79,196); }

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

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

 span { border-color: rgb(54,79,196); }

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