Html Css Color HEX #2D616C Blumine

📋 copy color: '#2D616C'

red 45 ◦ green 97 ◦ blue 108

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

Shades of Blumine #2D616C

Tints of Blumine #2D616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 18%
G = 38.8%
B = 43.2%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D616C (or 0x2D616C) is known color: Blumine. HEX triplet: 2D, 61 and 6C. RGB value is (45,97,108). Sum of RGB (Red+Green+Blue) = 45+97+108=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D616C is #D29E93. Grayscale: #525252. Windows color (decimal): -13803156 or 7102765. OLE color: 7102765.

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

Color convert

RGB 45 97 108 -
CMYK 0.58 0.10 0 0.58
HSL 190.48º 0.41% 0.3% -
HSV(B) 190.48º 0.58% 0.42% -
XYZ 8.06 10.19 15.73 -
YUV 82.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 45 97 108 0.58 0.10 0 0.58 190.48 0.41 0.3
Hex 2D 61 6C 3A A 0 3A BE 29 1E
Octal 55 141 154 72 12 0 72 276 51 36
Binary 101101 1100001 1101100 111010 1010 0 111010 10111110 101001 11110

Color Harmonies of #2D616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D616C

Black with #2D616C

Text Example


Text Example

White with #2D616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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