#2b534e

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

Shades of Blue Dianne #2B534E

Tints of Blue Dianne #2B534E

Color information

#2B534E (or 0x2B534E) is unknown color: approx Blue Dianne. HEX triplet: 2B, 53 and 4E. RGB value is (43,83,78). Sum of RGB (Red+Green+Blue) = 43+83+78=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #2B534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B534E is #D4ACB1. Grayscale: #464646. Windows color (decimal): -13937842 or 5133099. OLE color: 5133099.

HSL color Cylindrical-coordinate representation of color #2B534E: hue angle of 172.5º 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 #2B534E is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB438378-
CMYK0.4800.060.67
HSL172.5º31.75%24.71%-
HSV(B)172.5º48.19%32.55%-
XYZ5.467.258.32-
YUV70.47132.25108.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=21.08%
G=40.69%
B=38.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383780.4800.060.67172.531.7524.71
Hex2B534E300643ac2019
Octal5312311660061032544031
Binary10101110100111001110110000011010000111010110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b534e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,78); }

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

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

 a { background-color: rgb(43,83,78); }

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

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

 span { border-color: rgb(43,83,78); }

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