#345569

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

Shades of Blumine #345569

Tints of Blumine #345569

Color information

#345569 (or 0x345569) is unknown color: approx Blumine. HEX triplet: 34, 55 and 69. RGB value is (52,85,105). Sum of RGB (Red+Green+Blue) = 52+85+105=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #345569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345569 is #CBAA96. Grayscale: #4D4D4D. Windows color (decimal): -13347479 or 6903092. OLE color: 6903092.

HSL color Cylindrical-coordinate representation of color #345569: hue angle of 202.64º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345569 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5285105-
CMYK0.500.1900.59
HSL202.64º33.76%30.78%-
HSV(B)202.64º50.48%41.18%-
XYZ7.218.2514.58-
YUV77.41143.57109.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=21.49%
G=35.12%
B=43.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52851050.500.1900.59202.6433.7630.78
Hex345569321303Bcb221f
Octal6412515162230733134237
Binary110100101010111010011100101001101110111100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345569; }

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

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

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

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

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

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

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

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