#2B6274

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

Shades of Blumine #2B6274

Tints of Blumine #2B6274

Color information

#2B6274 (or 0x2B6274) is unknown color: approx Blumine. HEX triplet: 2B, 62 and 74. RGB value is (43,98,116). Sum of RGB (Red+Green+Blue) = 43+98+116=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6274 is #D49D8B. Grayscale: #535353. Windows color (decimal): -13933964 or 7627307. OLE color: 7627307.

HSL color Cylindrical-coordinate representation of color #2B6274: hue angle of 194.79º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6274 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4398116-
CMYK0.630.1600.55
HSL194.79º45.91%31.18%-
HSV(B)194.79º62.93%45.49%-
XYZ8.5210.5118.1-
YUV83.61146.2899.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.73%
GREEN value IS 98 (38.67% from 255) = 38.13%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=16.73%
G=38.13%
B=45.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43981160.630.1600.55194.7945.9131.18
Hex2B62743F10037c32e1f
Octal5314216477200673035637
Binary101011110001011101001111111000001101111100001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,116); }

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

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

 a { background-color: rgb(43,98,116); }

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

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

 span { border-color: rgb(43,98,116); }

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