#363FCC

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

Shades of Free Speech Blue #363FCC

Tints of Free Speech Blue #363FCC

Color information

#363FCC (or 0x363FCC) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3F and CC. RGB value is (54,63,204). Sum of RGB (Red+Green+Blue) = 54+63+204=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #363FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FCC is #C9C033. Grayscale: #4B4B4B. Windows color (decimal): -13221940 or 13385526. OLE color: 13385526.

HSL color Cylindrical-coordinate representation of color #363FCC: hue angle of 236.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363FCC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5463204-
CMYK0.740.6900.2
HSL236.4º59.52%50.59%-
HSV(B)236.4º73.53%80%-
XYZ14.28.758.06-
YUV76.38200.02112.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=16.82%
G=19.63%
B=63.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal54632040.740.6900.2236.459.5250.59
Hex363FCC4A45014ec3c33
Octal66773141121050243547463
Binary110110111111110011001001010100010101010011101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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