#4135bb

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

Shades of Free Speech Blue #4135BB

Tints of Free Speech Blue #4135BB

Color information

#4135BB (or 0x4135BB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 35 and BB. RGB value is (65,53,187). Sum of RGB (Red+Green+Blue) = 65+53+187=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #4135BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135BB is #BECA44. Grayscale: #474747. Windows color (decimal): -12503621 or 12268865. OLE color: 12268865.

HSL color Cylindrical-coordinate representation of color #4135BB: hue angle of 245.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4135BB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6553187-
CMYK0.650.7200.27
HSL245.37º55.83%47.06%-
HSV(B)245.37º71.66%73.33%-
XYZ12.427.2647.76-
YUV71.86192.98123.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=21.31%
G=17.38%
B=61.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65531870.650.7200.27245.3755.8347.06
Hex4135BB414801Bf5382f
Octal101652731011100333657057
Binary1000001110101101110111000001100100001101111110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4135bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4135bb; }

 p { color: rgb(65,53,187); }

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

<style>
 a { background-color: #4135bb; }

 a { background-color: rgb(65,53,187); }

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

<style>
 span { border-color: #4135bb; }

 span { border-color: rgb(65,53,187); }

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