#2c5968

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

Shades of Blumine #2C5968

Tints of Blumine #2C5968

Color information

#2C5968 (or 0x2C5968) is unknown color: approx Blumine. HEX triplet: 2C, 59 and 68. RGB value is (44,89,104). Sum of RGB (Red+Green+Blue) = 44+89+104=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5968 is #D3A697. Grayscale: #4D4D4D. Windows color (decimal): -13870744 or 6838572. OLE color: 6838572.

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

Color convert

RGB4489104-
CMYK0.580.1400.59
HSL195º40.54%29.02%-
HSV(B)195º57.69%40.78%-
XYZ7.118.6814.4-
YUV77.26143.09104.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=18.57%
G=37.55%
B=43.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44891040.580.1400.5919540.5429.02
Hex2C59683AE03Bc3291d
Octal5413115072160733035135
Binary10110010110011101000111010111001110111100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,104); }

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

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

 a { background-color: rgb(44,89,104); }

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

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

 span { border-color: rgb(44,89,104); }

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