#34577A

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

Shades of Matisse #34577A

Tints of Matisse #34577A

Color information

#34577A (or 0x34577A) is unknown color: approx Matisse. HEX triplet: 34, 57 and 7A. RGB value is (52,87,122). Sum of RGB (Red+Green+Blue) = 52+87+122=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #34577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34577A is #CBA885. Grayscale: #505050. Windows color (decimal): -13346950 or 8017716. OLE color: 8017716.

HSL color Cylindrical-coordinate representation of color #34577A: hue angle of 210º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34577A is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5287122-
CMYK0.570.2900.52
HSL210º40.23%34.12%-
HSV(B)210º57.38%47.84%-
XYZ8.348.9519.7-
YUV80.52151.4107.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=19.92%
G=33.33%
B=46.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52871220.570.2900.5221040.2334.12
Hex34577A391D034d22822
Octal6412717271350643225042
Binary1101001010111111101011100111101011010011010010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34577A; }

 p { color: rgb(52,87,122); }

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

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

 a { background-color: rgb(52,87,122); }

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

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

 span { border-color: rgb(52,87,122); }

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