#2B6570

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

Shades of Blumine #2B6570

Tints of Blumine #2B6570

Color information

#2B6570 (or 0x2B6570) is unknown color: approx Blumine. HEX triplet: 2B, 65 and 70. RGB value is (43,101,112). Sum of RGB (Red+Green+Blue) = 43+101+112=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B6570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6570 is #D49A8F. Grayscale: #545454. Windows color (decimal): -13933200 or 7365931. OLE color: 7365931.

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

Color convert

RGB43101112-
CMYK0.620.1000.56
HSL189.57º44.52%30.39%-
HSV(B)189.57º61.61%43.92%-
XYZ8.5710.9917-
YUV84.91143.2898.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=16.80%
G=39.45%
B=43.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal431011120.620.1000.56189.5744.5230.39
Hex2B65703EA038be2d1e
Octal5314516076120702765536
Binary10101111001011110000111110101001110001011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,112); }

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

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

 a { background-color: rgb(43,101,112); }

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

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

 span { border-color: rgb(43,101,112); }

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