#345566

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

Shades of Blumine #345566

Tints of Blumine #345566

Color information

#345566 (or 0x345566) is unknown color: approx Blumine. HEX triplet: 34, 55 and 66. RGB value is (52,85,102). Sum of RGB (Red+Green+Blue) = 52+85+102=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #345566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345566 is #CBAA99. Grayscale: #4C4C4C. Windows color (decimal): -13347482 or 6706484. OLE color: 6706484.

HSL color Cylindrical-coordinate representation of color #345566: hue angle of 200.4º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #345566 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5285102-
CMYK0.490.1700.6
HSL200.4º32.47%30.2%-
HSV(B)200.4º49.02%40%-
XYZ7.068.1913.78-
YUV77.07142.07110.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=21.76%
G=35.56%
B=42.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52851020.490.1700.6200.432.4730.2
Hex345566311103Cc8201e
Octal6412514661210743104036
Binary110100101010111001101100011000101111001100100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345566; }

 p { color: rgb(52,85,102); }

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

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

 a { background-color: rgb(52,85,102); }

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

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

 span { border-color: rgb(52,85,102); }

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