#4135BE

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

Shades of Free Speech Blue #4135BE

Tints of Free Speech Blue #4135BE

Color information

#4135BE (or 0x4135BE) is unknown color: approx Free Speech Blue. HEX triplet: 41, 35 and BE. RGB value is (65,53,190). Sum of RGB (Red+Green+Blue) = 65+53+190=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #4135BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135BE is #BECA41. Grayscale: #474747. Windows color (decimal): -12503618 or 12465473. OLE color: 12465473.

HSL color Cylindrical-coordinate representation of color #4135BE: hue angle of 245.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4135BE is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6553190-
CMYK0.660.7200.25
HSL245.26º56.38%47.65%-
HSV(B)245.26º72.11%74.51%-
XYZ12.757.3949.47-
YUV72.21194.48122.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=21.10%
G=17.21%
B=61.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65531900.660.7200.25245.2656.3847.65
Hex4135BE4248019f53830
Octal101652761021100313657060
Binary1000001110101101111101000010100100001100111110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4135BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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