#363FBD

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

Shades of Free Speech Blue #363FBD

Tints of Free Speech Blue #363FBD

Color information

#363FBD (or 0x363FBD) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3F and BD. RGB value is (54,63,189). Sum of RGB (Red+Green+Blue) = 54+63+189=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #363FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBD is #C9C042. Grayscale: #4A4A4A. Windows color (decimal): -13221955 or 12402486. OLE color: 12402486.

HSL color Cylindrical-coordinate representation of color #363FBD: hue angle of 236º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #363FBD is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5463189-
CMYK0.710.6700.26
HSL236º55.56%47.65%-
HSV(B)236º71.43%74.12%-
XYZ12.488.0149.03-
YUV74.67192.52113.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 189 (74.22% from 255) = 61.76%
R=17.65%
G=20.59%
B=61.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal54631890.710.6700.2623655.5647.65
Hex363FBD474301Aec3830
Octal66772751071030323547060
Binary110110111111101111011000111100001101101011101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,189); }

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

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

 a { background-color: rgb(54,63,189); }

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

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

 span { border-color: rgb(54,63,189); }

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