#425FBD

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

Shades of Free Speech Blue #425FBD

Tints of Free Speech Blue #425FBD

Color information

#425FBD (or 0x425FBD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5F and BD. RGB value is (66,95,189). Sum of RGB (Red+Green+Blue) = 66+95+189=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #425FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FBD is #BDA042. Grayscale: #606060. Windows color (decimal): -12427331 or 12410690. OLE color: 12410690.

HSL color Cylindrical-coordinate representation of color #425FBD: hue angle of 225.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425FBD is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6695189-
CMYK0.650.5000.26
HSL225.85º48.24%50%-
HSV(B)225.85º65.08%74.12%-
XYZ15.5213.0249.84-
YUV97.04179.89105.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 189 (74.22% from 255) = 54%
R=18.86%
G=27.14%
B=54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66951890.650.5000.26225.8548.2450
Hex425FBD413201Ae23032
Octal102137275101620323426062
Binary1000010101111110111101100000111001001101011100010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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