#2B6273

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

Shades of Blumine #2B6273

Tints of Blumine #2B6273

Color information

#2B6273 (or 0x2B6273) is unknown color: approx Blumine. HEX triplet: 2B, 62 and 73. RGB value is (43,98,115). Sum of RGB (Red+Green+Blue) = 43+98+115=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6273 is #D49D8C. Grayscale: #535353. Windows color (decimal): -13933965 or 7561771. OLE color: 7561771.

HSL color Cylindrical-coordinate representation of color #2B6273: hue angle of 194.17º 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 #2B6273 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4398115-
CMYK0.630.1500.55
HSL194.17º45.57%30.98%-
HSV(B)194.17º62.61%45.1%-
XYZ8.4610.4917.8-
YUV83.49145.7899.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=16.80%
G=38.28%
B=44.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43981150.630.1500.55194.1745.5730.98
Hex2B62733FF037c22e1f
Octal5314216377170673025637
Binary10101111000101110011111111111101101111100001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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