#345B6D

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

Shades of Blumine #345B6D

Tints of Blumine #345B6D

Color information

#345B6D (or 0x345B6D) is unknown color: approx Blumine. HEX triplet: 34, 5B and 6D. RGB value is (52,91,109). Sum of RGB (Red+Green+Blue) = 52+91+109=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #345B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B6D is #CBA492. Grayscale: #515151. Windows color (decimal): -13345939 or 7166772. OLE color: 7166772.

HSL color Cylindrical-coordinate representation of color #345B6D: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #345B6D is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5291109-
CMYK0.520.1700.57
HSL198.95º35.4%31.57%-
HSV(B)198.95º52.29%42.75%-
XYZ7.929.3215.85-
YUV81.39143.58107.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=20.63%
G=36.11%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52911090.520.1700.57198.9535.431.57
Hex345B6D3411039c72320
Octal6413315564210713074340
Binary1101001011011110110111010010001011100111000111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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