#345B69

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

Shades of Blumine #345B69

Tints of Blumine #345B69

Color information

#345B69 (or 0x345B69) is unknown color: approx Blumine. HEX triplet: 34, 5B and 69. RGB value is (52,91,105). Sum of RGB (Red+Green+Blue) = 52+91+105=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #345B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B69 is #CBA496. Grayscale: #505050. Windows color (decimal): -13345943 or 6904628. OLE color: 6904628.

HSL color Cylindrical-coordinate representation of color #345B69: hue angle of 195.85º 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 #345B69 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5291105-
CMYK0.500.1300.59
HSL195.85º33.76%30.78%-
HSV(B)195.85º50.48%41.18%-
XYZ7.719.2314.74-
YUV80.93141.58107.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 91 (35.94% from 255) = 36.69%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=20.97%
G=36.69%
B=42.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52911050.500.1300.59195.8533.7630.78
Hex345B6932D03Bc4221f
Octal6413315162150733044237
Binary11010010110111101001110010110101110111100010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345B69; }

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

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

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

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

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

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

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

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