Html Css Color HEX #296071 Blumine

📋 copy color: '#296071'

red 41 ◦ green 96 ◦ blue 113

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

Shades of Blumine #296071

Tints of Blumine #296071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 16.4%
G = 38.4%
B = 45.2%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#296071 (or 0x296071) is known color: Blumine. HEX triplet: 29, 60 and 71. RGB value is (41,96,113). Sum of RGB (Red+Green+Blue) = 41+96+113=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #296071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296071 is #D69F8E. Grayscale: #515151. Windows color (decimal): -14065551 or 7430185. OLE color: 7430185.

HSL color Cylindrical-coordinate representation of color #296071: hue angle of 194.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296071 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 96 113 -
CMYK 0.64 0.15 0 0.56
HSL 194.17º 0.47% 0.3% -
HSV(B) 194.17º 0.64% 0.44% -
XYZ 8.08 10.03 17.13 -
YUV 81.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 41 96 113 0.64 0.15 0 0.56 194.17 0.47 0.3
Hex 29 60 71 40 F 0 38 C2 2F 1E
Octal 51 140 161 100 17 0 70 302 57 36
Binary 101001 1100000 1110001 1000000 1111 0 111000 11000010 101111 11110

Color Harmonies of #296071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296071

Black with #296071

Text Example


Text Example

White with #296071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296071; }

 p { color: rgb(41,96,113); }

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

background-color css

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

 a { background-color: rgb(41,96,113); }

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

border-color css

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

 span { border-color: rgb(41,96,113); }

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