#2C534F

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

Shades of Blue Dianne #2C534F

Tints of Blue Dianne #2C534F

Color information

#2C534F (or 0x2C534F) is unknown color: approx Blue Dianne. HEX triplet: 2C, 53 and 4F. RGB value is (44,83,79). Sum of RGB (Red+Green+Blue) = 44+83+79=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #2C534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C534F is #D3ACB0. Grayscale: #464646. Windows color (decimal): -13872305 or 5198636. OLE color: 5198636.

HSL color Cylindrical-coordinate representation of color #2C534F: hue angle of 173.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C534F is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB448379-
CMYK0.4700.050.67
HSL173.85º30.71%24.9%-
HSV(B)173.85º46.99%32.55%-
XYZ5.547.298.51-
YUV70.88132.58108.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=21.36%
G=40.29%
B=38.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483790.4700.050.67173.8530.7124.9
Hex2C534F2F0543ae1f19
Octal5412311757051032563731
Binary1011001010011100111110111101011000011101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C534F; }

 p { color: rgb(44,83,79); }

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

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

 a { background-color: rgb(44,83,79); }

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

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

 span { border-color: rgb(44,83,79); }

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