#3540CB

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

Shades of Free Speech Blue #3540CB

Tints of Free Speech Blue #3540CB

Color information

#3540CB (or 0x3540CB) is unknown color: approx Free Speech Blue. HEX triplet: 35, 40 and CB. RGB value is (53,64,203). Sum of RGB (Red+Green+Blue) = 53+64+203=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #3540CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540CB is #CABF34. Grayscale: #4B4B4B. Windows color (decimal): -13287221 or 13320245. OLE color: 13320245.

HSL color Cylindrical-coordinate representation of color #3540CB: hue angle of 235.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3540CB is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5364203-
CMYK0.740.6800.20
HSL235.6º59.06%50.2%-
HSV(B)235.6º73.89%79.61%-
XYZ14.088.7457.44-
YUV76.56199.36111.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 63.44%
R=16.56%
G=20%
B=63.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal53642030.740.6800.20235.659.0650.2
Hex3540CB4A44014ec3b32
Octal651003131121040243547362
Binary1101011000000110010111001010100010001010011101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3540CB; }

 p { color: rgb(53,64,203); }

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

<style>
 a { background-color: #3540CB; }

 a { background-color: rgb(53,64,203); }

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

<style>
 span { border-color: #3540CB; }

 span { border-color: rgb(53,64,203); }

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