#2B5966

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

Shades of Blumine #2B5966

Tints of Blumine #2B5966

Color information

#2B5966 (or 0x2B5966) is unknown color: approx Blumine. HEX triplet: 2B, 59 and 66. RGB value is (43,89,102). Sum of RGB (Red+Green+Blue) = 43+89+102=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5966 is #D4A699. Grayscale: #4C4C4C. Windows color (decimal): -13936282 or 6707499. OLE color: 6707499.

HSL color Cylindrical-coordinate representation of color #2B5966: hue angle of 193.22º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5966 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4389102-
CMYK0.580.1300.6
HSL193.22º40.69%28.43%-
HSV(B)193.22º57.84%40%-
XYZ6.978.6213.87-
YUV76.73142.26103.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=18.38%
G=38.03%
B=43.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43891020.580.1300.6193.2240.6928.43
Hex2B59663AD03Cc1291c
Octal5313114672150743015134
Binary10101110110011100110111010110101111001100000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,102); }

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

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

 a { background-color: rgb(43,89,102); }

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

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

 span { border-color: rgb(43,89,102); }

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