#2D5B6C

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

Shades of Blumine #2D5B6C

Tints of Blumine #2D5B6C

Color information

#2D5B6C (or 0x2D5B6C) is unknown color: approx Blumine. HEX triplet: 2D, 5B and 6C. RGB value is (45,91,108). Sum of RGB (Red+Green+Blue) = 45+91+108=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D5B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B6C is #D2A493. Grayscale: #4F4F4F. Windows color (decimal): -13804692 or 7101229. OLE color: 7101229.

HSL color Cylindrical-coordinate representation of color #2D5B6C: hue angle of 196.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D5B6C is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4591108-
CMYK0.580.1600.58
HSL196.19º41.18%30%-
HSV(B)196.19º58.33%42.35%-
XYZ7.539.1215.55-
YUV79.18144.26103.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.44%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=18.44%
G=37.30%
B=44.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45911080.580.1600.58196.1941.1830
Hex2D5B6C3A1003Ac4291e
Octal5513315472200723045136
Binary101101101101111011001110101000001110101100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,108); }

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

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

 a { background-color: rgb(45,91,108); }

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

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

 span { border-color: rgb(45,91,108); }

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