#363FBE

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

Shades of Free Speech Blue #363FBE

Tints of Free Speech Blue #363FBE

Color information

#363FBE (or 0x363FBE) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3F and BE. RGB value is (54,63,190). Sum of RGB (Red+Green+Blue) = 54+63+190=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #363FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FBE is #C9C041. Grayscale: #4A4A4A. Windows color (decimal): -13221954 or 12468022. OLE color: 12468022.

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

Color convert

RGB5463190-
CMYK0.720.6700.25
HSL236.03º55.74%47.84%-
HSV(B)236.03º71.58%74.51%-
XYZ12.598.0649.61-
YUV74.79193.02113.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=17.59%
G=20.52%
B=61.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54631900.720.6700.25236.0355.7447.84
Hex363FBE4843019ec3830
Octal66772761101030313547060
Binary110110111111101111101001000100001101100111101100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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