Html Css Color HEX #29616E Blumine

📋 copy color: '#29616E'

red 41 ◦ green 97 ◦ blue 110

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

Shades of Blumine #29616E

Tints of Blumine #29616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 16.53%
G = 39.11%
B = 44.35%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#29616E (or 0x29616E) is known color: Blumine. HEX triplet: 29, 61 and 6E. RGB value is (41,97,110). Sum of RGB (Red+Green+Blue) = 41+97+110=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #29616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29616E is #D69E91. Grayscale: #515151. Windows color (decimal): -14065298 or 7233833. OLE color: 7233833.

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

Color convert

RGB 41 97 110 -
CMYK 0.63 0.12 0 0.57
HSL 191.3º 0.46% 0.3% -
HSV(B) 191.3º 0.63% 0.43% -
XYZ 8 10.15 16.29 -
YUV 81.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 41 97 110 0.63 0.12 0 0.57 191.3 0.46 0.3
Hex 29 61 6E 3F C 0 39 BF 2E 1E
Octal 51 141 156 77 14 0 71 277 56 36
Binary 101001 1100001 1101110 111111 1100 0 111001 10111111 101110 11110

Color Harmonies of #29616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29616E

Black with #29616E

Text Example


Text Example

White with #29616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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