Html Css Color HEX #2D596A Blumine

📋 copy color: '#2D596A'

red 45 ◦ green 89 ◦ blue 106

#2D596A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #2D596A

Tints of Blumine #2D596A

RGB

 RED value IS 45 (17.97% from 255) = 18.75%

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 18.75%
G = 37.08%
B = 44.17%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D596A (or 0x2D596A) is known color: Blumine. HEX triplet: 2D, 59 and 6A. RGB value is (45,89,106). Sum of RGB (Red+Green+Blue) = 45+89+106=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D596A is #D2A695. Grayscale: #4D4D4D. Windows color (decimal): -13805206 or 6969645. OLE color: 6969645.

HSL color Cylindrical-coordinate representation of color #2D596A: hue angle of 196.72º degrees, saturation: 0.4, 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 #2D596A is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 89 106 -
CMYK 0.58 0.16 0 0.58
HSL 196.72º 0.4% 0.3% -
HSV(B) 196.72º 0.58% 0.42% -
XYZ 7.26 8.74 14.94 -
YUV 77.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 45 89 106 0.58 0.16 0 0.58 196.72 0.4 0.3
Hex 2D 59 6A 3A 10 0 3A C5 28 1E
Octal 55 131 152 72 20 0 72 305 50 36
Binary 101101 1011001 1101010 111010 10000 0 111010 11000101 101000 11110

Color Harmonies of #2D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D596A

Black with #2D596A

Text Example


Text Example

White with #2D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,106); }

 H1.HeaderClassName
 {
   color: #2D596A;
 }
 .AnyTagClassName
 {
   color: #2D596A;
 }
</style>

background-color css

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

 a { background-color: rgb(45,89,106); }

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

border-color css

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

 span { border-color: rgb(45,89,106); }

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