#425bbc

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

Shades of Free Speech Blue #425BBC

Tints of Free Speech Blue #425BBC

Color information

#425BBC (or 0x425BBC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 5B and BC. RGB value is (66,91,188). Sum of RGB (Red+Green+Blue) = 66+91+188=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #425BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BBC is #BDA443. Grayscale: #5E5E5E. Windows color (decimal): -12428356 or 12344130. OLE color: 12344130.

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

Color convert

RGB6691188-
CMYK0.650.5200.26
HSL227.7º48.03%49.8%-
HSV(B)227.7º64.89%73.73%-
XYZ15.0612.2749.15-
YUV94.58180.72107.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=19.13%
G=26.38%
B=54.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66911880.650.5200.26227.748.0349.8
Hex425BBC413401Ae43032
Octal102133274101640323446062
Binary1000010101101110111100100000111010001101011100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,188); }

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

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

 a { background-color: rgb(66,91,188); }

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

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

 span { border-color: rgb(66,91,188); }

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