#34587B

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

Shades of Matisse #34587B

Tints of Matisse #34587B

Color information

#34587B (or 0x34587B) is unknown color: approx Matisse. HEX triplet: 34, 58 and 7B. RGB value is (52,88,123). Sum of RGB (Red+Green+Blue) = 52+88+123=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #34587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34587B is #CBA784. Grayscale: #515151. Windows color (decimal): -13346693 or 8083508. OLE color: 8083508.

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

Color convert

RGB5288123-
CMYK0.580.2800.52
HSL209.58º40.57%34.31%-
HSV(B)209.58º57.72%48.24%-
XYZ8.489.1420.06-
YUV81.23151.57107.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 123 (48.44% from 255) = 46.77%
R=19.77%
G=33.46%
B=46.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52881230.580.2800.52209.5840.5734.31
Hex34587B3A1C034d22922
Octal6413017372340643225142
Binary1101001011000111101111101011100011010011010010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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