#425FBF

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

Shades of Free Speech Blue #425FBF

Tints of Free Speech Blue #425FBF

Color information

#425FBF (or 0x425FBF) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5F and BF. RGB value is (66,95,191). Sum of RGB (Red+Green+Blue) = 66+95+191=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #425FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FBF is #BDA040. Grayscale: #606060. Windows color (decimal): -12427329 or 12541762. OLE color: 12541762.

HSL color Cylindrical-coordinate representation of color #425FBF: hue angle of 226.08º 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 #425FBF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6695191-
CMYK0.650.5000.25
HSL226.08º49.41%50.39%-
HSV(B)226.08º65.45%74.9%-
XYZ15.7413.150.99-
YUV97.27180.89105.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 191 (75% from 255) = 54.26%
R=18.75%
G=26.99%
B=54.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66951910.650.5000.25226.0849.4150.39
Hex425FBF4132019e23132
Octal102137277101620313426162
Binary1000010101111110111111100000111001001100111100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425FBF; }

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

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

<style>
 a { background-color: #425FBF; }

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

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

<style>
 span { border-color: #425FBF; }

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

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