#425D88

Color #425D88 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #425D88

Tints of Chambray #425D88

Color information

#425D88 (or 0x425D88) is unknown color: approx Chambray. HEX triplet: 42, 5D and 88. RGB value is (66,93,136). Sum of RGB (Red+Green+Blue) = 66+93+136=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #425D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D88 is #BDA277. Grayscale: #595959. Windows color (decimal): -12427896 or 8936770. OLE color: 8936770.

HSL color Cylindrical-coordinate representation of color #425D88: hue angle of 216.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425D88 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6693136-
CMYK0.510.3200.47
HSL216.86º34.65%39.61%-
HSV(B)216.86º51.47%53.33%-
XYZ10.6110.7624.81-
YUV89.83154.05111-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=22.37%
G=31.53%
B=46.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66931360.510.3200.47216.8634.6539.61
Hex425D88332002Fd92328
Octal10213521063400573314350
Binary1000010101110110001000110011100000010111111011001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,136); }

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

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

 a { background-color: rgb(66,93,136); }

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

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

 span { border-color: rgb(66,93,136); }

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