#2B5B69

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

Shades of Blumine #2B5B69

Tints of Blumine #2B5B69

Color information

#2B5B69 (or 0x2B5B69) is unknown color: approx Blumine. HEX triplet: 2B, 5B and 69. RGB value is (43,91,105). Sum of RGB (Red+Green+Blue) = 43+91+105=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5B69 is #D4A496. Grayscale: #4E4E4E. Windows color (decimal): -13935767 or 6904619. OLE color: 6904619.

HSL color Cylindrical-coordinate representation of color #2B5B69: hue angle of 193.55º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B5B69 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4391105-
CMYK0.590.1300.59
HSL193.55º41.89%29.02%-
HSV(B)193.55º59.05%41.18%-
XYZ7.299.0214.72-
YUV78.24143.1102.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=17.99%
G=38.08%
B=43.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43911050.590.1300.59193.5541.8929.02
Hex2B5B693BD03Bc22a1d
Octal5313315173150733025235
Binary10101110110111101001111011110101110111100001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,105); }

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

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

 a { background-color: rgb(43,91,105); }

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

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

 span { border-color: rgb(43,91,105); }

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