#425FBE

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

Shades of Free Speech Blue #425FBE

Tints of Free Speech Blue #425FBE

Color information

#425FBE (or 0x425FBE) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5F and BE. RGB value is (66,95,190). Sum of RGB (Red+Green+Blue) = 66+95+190=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #425FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FBE is #BDA041. Grayscale: #606060. Windows color (decimal): -12427330 or 12476226. OLE color: 12476226.

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

Color convert

RGB6695190-
CMYK0.650.500.25
HSL225.97º48.82%50.2%-
HSV(B)225.97º65.26%74.51%-
XYZ15.6313.0650.41-
YUV97.16180.39105.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=18.80%
G=27.07%
B=54.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66951900.650.500.25225.9748.8250.2
Hex425FBE4132019e23132
Octal102137276101620313426162
Binary1000010101111110111110100000111001001100111100010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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