#363CCC

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

Shades of Free Speech Blue #363CCC

Tints of Free Speech Blue #363CCC

Color information

#363CCC (or 0x363CCC) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3C and CC. RGB value is (54,60,204). Sum of RGB (Red+Green+Blue) = 54+60+204=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #363CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CCC is #C9C333. Grayscale: #4A4A4A. Windows color (decimal): -13222708 or 13384758. OLE color: 13384758.

HSL color Cylindrical-coordinate representation of color #363CCC: hue angle of 237.6º 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 #363CCC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5460204-
CMYK0.740.7100.2
HSL237.6º59.52%50.59%-
HSV(B)237.6º73.53%80%-
XYZ14.048.3858-
YUV74.62201.01113.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 204 (80.08% from 255) = 64.15%
R=16.98%
G=18.87%
B=64.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal54602040.740.7100.2237.659.5250.59
Hex363CCC4A47014ee3c33
Octal66743141121070243567463
Binary110110111100110011001001010100011101010011101110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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