#345150

Color #345150 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #345150

Tints of Blue Dianne #345150

Color information

#345150 (or 0x345150) is unknown color: approx Blue Dianne. HEX triplet: 34, 51 and 50. RGB value is (52,81,80). Sum of RGB (Red+Green+Blue) = 52+81+80=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #345150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345150 is #CBAEAF. Grayscale: #484848. Windows color (decimal): -13348528 or 5263668. OLE color: 5263668.

HSL color Cylindrical-coordinate representation of color #345150: hue angle of 177.93º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345150 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB528180-
CMYK0.3600.010.68
HSL177.93º21.8%26.08%-
HSV(B)177.93º35.8%31.76%-
XYZ5.817.198.67-
YUV72.22132.39113.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=24.41%
G=38.03%
B=37.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281800.3600.010.68177.9321.826.08
Hex345150240144b2161a
Octal6412112044011042622632
Binary11010010100011010000100100011000100101100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345150; }

 p { color: rgb(52,81,80); }

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

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

 a { background-color: rgb(52,81,80); }

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

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

 span { border-color: rgb(52,81,80); }

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