#345D67

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

Shades of Blumine #345D67

Tints of Blumine #345D67

Color information

#345D67 (or 0x345D67) is unknown color: approx Blumine. HEX triplet: 34, 5D and 67. RGB value is (52,93,103). Sum of RGB (Red+Green+Blue) = 52+93+103=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #345D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D67 is #CBA298. Grayscale: #515151. Windows color (decimal): -13345433 or 6774068. OLE color: 6774068.

HSL color Cylindrical-coordinate representation of color #345D67: hue angle of 191.76º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #345D67 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5293103-
CMYK0.500.1000.60
HSL191.76º32.9%30.39%-
HSV(B)191.76º49.51%40.39%-
XYZ7.789.5414.26-
YUV81.88139.92106.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=20.97%
G=37.5%
B=41.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52931030.500.1000.60191.7632.930.39
Hex345D6732A03Cc0211e
Octal6413514762120743004136
Binary11010010111011100111110010101001111001100000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,93,103); }

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

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

 a { background-color: rgb(52,93,103); }

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

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

 span { border-color: rgb(52,93,103); }

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