#345A6D

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

Shades of Blumine #345A6D

Tints of Blumine #345A6D

Color information

#345A6D (or 0x345A6D) is unknown color: approx Blumine. HEX triplet: 34, 5A and 6D. RGB value is (52,90,109). Sum of RGB (Red+Green+Blue) = 52+90+109=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #345A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A6D is #CBA592. Grayscale: #505050. Windows color (decimal): -13346195 or 7166516. OLE color: 7166516.

HSL color Cylindrical-coordinate representation of color #345A6D: hue angle of 200º 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 #345A6D is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5290109-
CMYK0.520.1700.57
HSL200º35.4%31.57%-
HSV(B)200º52.29%42.75%-
XYZ7.839.1515.82-
YUV80.8143.91107.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=20.72%
G=35.86%
B=43.43%

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
Decimal52901090.520.1700.5720035.431.57
Hex345A6D3411039c82320
Octal6413215564210713104340
Binary1101001011010110110111010010001011100111001000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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