#34607B

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

Shades of Matisse #34607B

Tints of Matisse #34607B

Color information

#34607B (or 0x34607B) is unknown color: approx Matisse. HEX triplet: 34, 60 and 7B. RGB value is (52,96,123). Sum of RGB (Red+Green+Blue) = 52+96+123=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #34607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34607B is #CB9F84. Grayscale: #555555. Windows color (decimal): -13344645 or 8085556. OLE color: 8085556.

HSL color Cylindrical-coordinate representation of color #34607B: hue angle of 202.82º 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 #34607B is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5296123-
CMYK0.580.2200.52
HSL202.82º40.57%34.31%-
HSV(B)202.82º57.72%48.24%-
XYZ9.1710.5320.29-
YUV85.92148.92103.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=19.19%
G=35.42%
B=45.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52961230.580.2200.52202.8240.5734.31
Hex34607B3A16034cb2922
Octal6414017372260643135142
Binary1101001100000111101111101010110011010011001011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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