#363DC4

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

Shades of Free Speech Blue #363DC4

Tints of Free Speech Blue #363DC4

Color information

#363DC4 (or 0x363DC4) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3D and C4. RGB value is (54,61,196). Sum of RGB (Red+Green+Blue) = 54+61+196=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 196 (76.95% from 255 or 63.02% from 311); Max value from RGB is 196 - color contains mainly: blue. Hex color #363DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363DC4 is #C9C23B. Grayscale: #494949. Windows color (decimal): -13222460 or 12860726. OLE color: 12860726.

HSL color Cylindrical-coordinate representation of color #363DC4: hue angle of 237.04º 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 #363DC4 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5461196-
CMYK0.720.6900.23
HSL237.04º56.8%49.02%-
HSV(B)237.04º72.45%76.86%-
XYZ13.158.1153.1-
YUV74.3196.68113.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 196 (76.95% from 255) = 63.02%
R=17.36%
G=19.61%
B=63.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal54611960.720.6900.23237.0456.849.02
Hex363DC44845017ed3931
Octal66753041101050273557161
Binary110110111101110001001001000100010101011111101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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