#4255BF

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

Shades of Free Speech Blue #4255BF

Tints of Free Speech Blue #4255BF

Color information

#4255BF (or 0x4255BF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 55 and BF. RGB value is (66,85,191). Sum of RGB (Red+Green+Blue) = 66+85+191=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #4255BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255BF is #BDAA40. Grayscale: #5A5A5A. Windows color (decimal): -12429889 or 12539202. OLE color: 12539202.

HSL color Cylindrical-coordinate representation of color #4255BF: hue angle of 230.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4255BF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6685191-
CMYK0.650.5500.25
HSL230.88º49.41%50.39%-
HSV(B)230.88º65.45%74.9%-
XYZ14.911.4250.71-
YUV91.4184.21109.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 191 (75% from 255) = 55.85%
R=19.30%
G=24.85%
B=55.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66851910.650.5500.25230.8849.4150.39
Hex4255BF4137019e73132
Octal102125277101670313476162
Binary1000010101010110111111100000111011101100111100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4255BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4255BF; }

 p { color: rgb(66,85,191); }

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

<style>
 a { background-color: #4255BF; }

 a { background-color: rgb(66,85,191); }

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

<style>
 span { border-color: #4255BF; }

 span { border-color: rgb(66,85,191); }

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