#2D6270

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

Shades of Blumine #2D6270

Tints of Blumine #2D6270

Color information

#2D6270 (or 0x2D6270) is unknown color: approx Blumine. HEX triplet: 2D, 62 and 70. RGB value is (45,98,112). Sum of RGB (Red+Green+Blue) = 45+98+112=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D6270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6270 is #D29D8F. Grayscale: #535353. Windows color (decimal): -13802896 or 7365165. OLE color: 7365165.

HSL color Cylindrical-coordinate representation of color #2D6270: hue angle of 192.54º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6270 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4598112-
CMYK0.600.1300.56
HSL192.54º42.68%30.78%-
HSV(B)192.54º59.82%43.92%-
XYZ8.3710.4616.91-
YUV83.75143.94100.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.65%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=17.65%
G=38.43%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45981120.600.1300.56192.5442.6830.78
Hex2D62703CD038c12b1f
Octal5514216074150703015337
Binary10110111000101110000111100110101110001100000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,98,112); }

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

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

 a { background-color: rgb(45,98,112); }

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

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

 span { border-color: rgb(45,98,112); }

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