#363CCA

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

Shades of Free Speech Blue #363CCA

Tints of Free Speech Blue #363CCA

Color information

#363CCA (or 0x363CCA) is unknown color: approx Free Speech Blue. HEX triplet: 36, 3C and CA. RGB value is (54,60,202). Sum of RGB (Red+Green+Blue) = 54+60+202=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #363CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CCA is #C9C335. Grayscale: #494949. Windows color (decimal): -13222710 or 13253686. OLE color: 13253686.

HSL color Cylindrical-coordinate representation of color #363CCA: hue angle of 237.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #363CCA is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5460202-
CMYK0.730.7000.21
HSL237.57º58.27%50.2%-
HSV(B)237.57º73.27%79.22%-
XYZ13.88.2856.75-
YUV74.39200.01113.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=17.09%
G=18.99%
B=63.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal54602020.730.7000.21237.5758.2750.2
Hex363CCA4946015ee3a32
Octal66743121111060253567262
Binary110110111100110010101001001100011001010111101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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