#425885

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

Shades of Chambray #425885

Tints of Chambray #425885

Color information

#425885 (or 0x425885) is unknown color: approx Chambray. HEX triplet: 42, 58 and 85. RGB value is (66,88,133). Sum of RGB (Red+Green+Blue) = 66+88+133=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #425885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425885 is #BDA77A. Grayscale: #565656. Windows color (decimal): -12429179 or 8738882. OLE color: 8738882.

HSL color Cylindrical-coordinate representation of color #425885: hue angle of 220.3º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425885 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6688133-
CMYK0.500.3400.48
HSL220.3º33.67%39.02%-
HSV(B)220.3º50.38%52.16%-
XYZ9.979.8323.56-
YUV86.55154.21113.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=23.00%
G=30.66%
B=46.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66881330.500.3400.48220.333.6739.02
Hex4258853222030dc2227
Octal10213020562420603344247
Binary1000010101100010000101110010100010011000011011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425885; }

 p { color: rgb(66,88,133); }

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

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

 a { background-color: rgb(66,88,133); }

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

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

 span { border-color: rgb(66,88,133); }

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