#3640CC

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

Shades of Free Speech Blue #3640CC

Tints of Free Speech Blue #3640CC

Color information

#3640CC (or 0x3640CC) is unknown color: approx Free Speech Blue. HEX triplet: 36, 40 and CC. RGB value is (54,64,204). Sum of RGB (Red+Green+Blue) = 54+64+204=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3640CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3640CC is #C9BF33. Grayscale: #4C4C4C. Windows color (decimal): -13221684 or 13385782. OLE color: 13385782.

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

Color convert

RGB5464204-
CMYK0.740.6900.2
HSL236º59.52%50.59%-
HSV(B)236º73.53%80%-
XYZ14.258.8158.08-
YUV76.97199.69111.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=16.77%
G=19.88%
B=63.35%

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
Decimal54642040.740.6900.223659.5250.59
Hex3640CC4A45014ec3c33
Octal661003141121050243547463
Binary1101101000000110011001001010100010101010011101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3640CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3640CC; }

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

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

<style>
 a { background-color: #3640CC; }

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

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

<style>
 span { border-color: #3640CC; }

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

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