Html Css Color HEX #29616F Blumine

📋 copy color: '#29616F'

red 41 ◦ green 97 ◦ blue 111

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

Shades of Blumine #29616F

Tints of Blumine #29616F

RGB

 RED value IS 41 (16.41% from 255) = 16.47%

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

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 16.47%
G = 38.96%
B = 44.58%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#29616F (or 0x29616F) is known color: Blumine. HEX triplet: 29, 61 and 6F. RGB value is (41,97,111). Sum of RGB (Red+Green+Blue) = 41+97+111=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #29616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616F is #D69E90. Grayscale: #515151. Windows color (decimal): -14065297 or 7299369. OLE color: 7299369.

HSL color Cylindrical-coordinate representation of color #29616F: hue angle of 192º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29616F is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 97 111 -
CMYK 0.63 0.13 0 0.56
HSL 192º 0.46% 0.3% -
HSV(B) 192º 0.63% 0.44% -
XYZ 8.06 10.17 16.58 -
YUV 81.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 41 97 111 0.63 0.13 0 0.56 192 0.46 0.3
Hex 29 61 6F 3F D 0 38 C0 2E 1E
Octal 51 141 157 77 15 0 70 300 56 36
Binary 101001 1100001 1101111 111111 1101 0 111000 11000000 101110 11110

Color Harmonies of #29616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29616F

Black with #29616F

Text Example


Text Example

White with #29616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29616F; }

 p { color: rgb(41,97,111); }

 H1.HeaderClassName
 {
   color: #29616F;
 }
 .AnyTagClassName
 {
   color: #29616F;
 }
</style>

background-color css

<style>
 a { background-color: #29616F; }

 a { background-color: rgb(41,97,111); }

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

border-color css

<style>
 span { border-color: #29616F; }

 span { border-color: rgb(41,97,111); }

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