#34504B

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

Shades of Blue Dianne #34504B

Tints of Blue Dianne #34504B

Color information

#34504B (or 0x34504B) is unknown color: approx Blue Dianne. HEX triplet: 34, 50 and 4B. RGB value is (52,80,75). Sum of RGB (Red+Green+Blue) = 52+80+75=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #34504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34504B is #CBAFB4. Grayscale: #474747. Windows color (decimal): -13348789 or 4935732. OLE color: 4935732.

HSL color Cylindrical-coordinate representation of color #34504B: hue angle of 169.29º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34504B is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB528075-
CMYK0.3500.060.69
HSL169.29º21.21%25.88%-
HSV(B)169.29º35%31.37%-
XYZ5.556.987.71-
YUV71.06130.22114.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=25.12%
G=38.65%
B=36.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280750.3500.060.69169.2921.2125.88
Hex34504B230645a9151a
Octal6412011343061052512532
Binary1101001010000100101110001101101000101101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34504B; }

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

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

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

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

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

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

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

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