#42587B

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

Shades of Chambray #42587B

Tints of Chambray #42587B

Color information

#42587B (or 0x42587B) is unknown color: approx Chambray. HEX triplet: 42, 58 and 7B. RGB value is (66,88,123). Sum of RGB (Red+Green+Blue) = 66+88+123=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #42587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42587B is #BDA784. Grayscale: #555555. Windows color (decimal): -12429189 or 8083522. OLE color: 8083522.

HSL color Cylindrical-coordinate representation of color #42587B: hue angle of 216.84º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42587B is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6688123-
CMYK0.460.2800.52
HSL216.84º30.16%37.06%-
HSV(B)216.84º46.34%48.24%-
XYZ9.319.5720.09-
YUV85.41149.21114.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=23.83%
G=31.77%
B=44.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66881230.460.2800.52216.8430.1637.06
Hex42587B2E1C034d91e25
Octal10213017356340643313645
Binary1000010101100011110111011101110001101001101100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42587B; }

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

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

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

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

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

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

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

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