#2C554E

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

Shades of Blue Dianne #2C554E

Tints of Blue Dianne #2C554E

Color information

#2C554E (or 0x2C554E) is unknown color: approx Blue Dianne. HEX triplet: 2C, 55 and 4E. RGB value is (44,85,78). Sum of RGB (Red+Green+Blue) = 44+85+78=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #2C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C554E is #D3AAB1. Grayscale: #474747. Windows color (decimal): -13871794 or 5133612. OLE color: 5133612.

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

Color convert

RGB448578-
CMYK0.4800.080.67
HSL169.76º31.78%25.29%-
HSV(B)169.76º48.24%33.33%-
XYZ5.667.588.37-
YUV71.94131.42108.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.26%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=21.26%
G=41.06%
B=37.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485780.4800.080.67169.7631.7825.29
Hex2C554E300843aa2019
Octal54125116600101032524031
Binary101100101010110011101100000100010000111010101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,78); }

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

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

 a { background-color: rgb(44,85,78); }

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

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

 span { border-color: rgb(44,85,78); }

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