#345C67

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

Shades of Blumine #345C67

Tints of Blumine #345C67

Color information

#345C67 (or 0x345C67) is unknown color: approx Blumine. HEX triplet: 34, 5C and 67. RGB value is (52,92,103). Sum of RGB (Red+Green+Blue) = 52+92+103=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #345C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C67 is #CBA398. Grayscale: #515151. Windows color (decimal): -13345689 or 6773812. OLE color: 6773812.

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

Color convert

RGB5292103-
CMYK0.500.1100.60
HSL192.94º32.9%30.39%-
HSV(B)192.94º49.51%40.39%-
XYZ7.699.3614.23-
YUV81.29140.25107.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=21.05%
G=37.25%
B=41.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52921030.500.1100.60192.9432.930.39
Hex345C6732B03Cc1211e
Octal6413414762130743014136
Binary11010010111001100111110010101101111001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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