#2B5E6F

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

Shades of Blumine #2B5E6F

Tints of Blumine #2B5E6F

Color information

#2B5E6F (or 0x2B5E6F) is unknown color: approx Blumine. HEX triplet: 2B, 5E and 6F. RGB value is (43,94,111). Sum of RGB (Red+Green+Blue) = 43+94+111=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B5E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E6F is #D4A190. Grayscale: #505050. Windows color (decimal): -13934993 or 7298603. OLE color: 7298603.

HSL color Cylindrical-coordinate representation of color #2B5E6F: hue angle of 195º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B5E6F is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4394111-
CMYK0.610.1500.56
HSL195º44.16%30.2%-
HSV(B)195º61.26%43.53%-
XYZ7.879.6716.49-
YUV80.69145.1101.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=17.34%
G=37.90%
B=44.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43941110.610.1500.5619544.1630.2
Hex2B5E6F3DF038c32c1e
Octal5313615775170703035436
Binary10101110111101101111111101111101110001100001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,111); }

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

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

 a { background-color: rgb(43,94,111); }

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

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

 span { border-color: rgb(43,94,111); }

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