#345B67

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

Shades of Blumine #345B67

Tints of Blumine #345B67

Color information

#345B67 (or 0x345B67) is unknown color: approx Blumine. HEX triplet: 34, 5B and 67. RGB value is (52,91,103). Sum of RGB (Red+Green+Blue) = 52+91+103=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #345B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B67 is #CBA498. Grayscale: #505050. Windows color (decimal): -13345945 or 6773556. OLE color: 6773556.

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

Color convert

RGB5291103-
CMYK0.500.1200.60
HSL194.12º32.9%30.39%-
HSV(B)194.12º49.51%40.39%-
XYZ7.619.1914.21-
YUV80.71140.58107.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=21.14%
G=36.99%
B=41.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52911030.500.1200.60194.1232.930.39
Hex345B6732C03Cc2211e
Octal6413314762140743024136
Binary11010010110111100111110010110001111001100001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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