#2B504B

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

Shades of Blue Dianne #2B504B

Tints of Blue Dianne #2B504B

Color information

#2B504B (or 0x2B504B) is unknown color: approx Blue Dianne. HEX triplet: 2B, 50 and 4B. RGB value is (43,80,75). Sum of RGB (Red+Green+Blue) = 43+80+75=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #2B504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B504B is #D4AFB4. Grayscale: #444444. Windows color (decimal): -13938613 or 4935723. OLE color: 4935723.

HSL color Cylindrical-coordinate representation of color #2B504B: hue angle of 171.89º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B504B is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB438075-
CMYK0.4600.060.69
HSL171.89º30.08%24.12%-
HSV(B)171.89º46.25%31.37%-
XYZ5.136.767.69-
YUV68.37131.74109.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=21.72%
G=40.40%
B=37.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4380750.4600.060.69171.8930.0824.12
Hex2B504B2E0645ac1e18
Octal5312011356061052543630
Binary1010111010000100101110111001101000101101011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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