#2D6578

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

Shades of Blumine #2D6578

Tints of Blumine #2D6578

Color information

#2D6578 (or 0x2D6578) is unknown color: approx Blumine. HEX triplet: 2D, 65 and 78. RGB value is (45,101,120). Sum of RGB (Red+Green+Blue) = 45+101+120=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D6578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6578 is #D29A87. Grayscale: #565656. Windows color (decimal): -13802120 or 7890221. OLE color: 7890221.

HSL color Cylindrical-coordinate representation of color #2D6578: hue angle of 195.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6578 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB45101120-
CMYK0.630.1600.53
HSL195.2º45.45%32.35%-
HSV(B)195.2º62.5%47.06%-
XYZ9.1311.2219.45-
YUV86.42146.9598.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.92%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=16.92%
G=37.97%
B=45.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal451011200.630.1600.53195.245.4532.35
Hex2D65783F10035c32d20
Octal5514517077200653035540
Binary1011011100101111100011111110000011010111000011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,101,120); }

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

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

 a { background-color: rgb(45,101,120); }

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

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

 span { border-color: rgb(45,101,120); }

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