#2B5F73

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

Shades of Blumine #2B5F73

Tints of Blumine #2B5F73

Color information

#2B5F73 (or 0x2B5F73) is unknown color: approx Blumine. HEX triplet: 2B, 5F and 73. RGB value is (43,95,115). Sum of RGB (Red+Green+Blue) = 43+95+115=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F73 is #D4A08C. Grayscale: #515151. Windows color (decimal): -13934733 or 7561003. OLE color: 7561003.

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

Color convert

RGB4395115-
CMYK0.630.1700.55
HSL196.67º45.57%30.98%-
HSV(B)196.67º62.61%45.1%-
XYZ8.189.9417.71-
YUV81.73146.77100.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=17.00%
G=37.55%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43951150.630.1700.55196.6745.5730.98
Hex2B5F733F11037c52e1f
Octal5313716377210673055637
Binary101011101111111100111111111000101101111100010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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