#4135CB

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

Shades of Free Speech Blue #4135CB

Tints of Free Speech Blue #4135CB

Color information

#4135CB (or 0x4135CB) is unknown color: approx Free Speech Blue. HEX triplet: 41, 35 and CB. RGB value is (65,53,203). Sum of RGB (Red+Green+Blue) = 65+53+203=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #4135CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135CB is #BECA34. Grayscale: #494949. Windows color (decimal): -12503605 or 13317441. OLE color: 13317441.

HSL color Cylindrical-coordinate representation of color #4135CB: hue angle of 244.8º 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 #4135CB is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6553203-
CMYK0.680.7400.20
HSL244.8º59.06%50.2%-
HSV(B)244.8º73.89%79.61%-
XYZ14.237.9857.29-
YUV73.69200.98121.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 203 (79.69% from 255) = 63.24%
R=20.25%
G=16.51%
B=63.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65532030.680.7400.20244.859.0650.2
Hex4135CB444A014f53b32
Octal101653131041120243657362
Binary1000001110101110010111000100100101001010011110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4135CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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