Html Css Color HEX #296072 Blumine

📋 copy color: '#296072'

red 41 ◦ green 96 ◦ blue 114

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

Shades of Blumine #296072

Tints of Blumine #296072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 16.33%
G = 38.25%
B = 45.42%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296072 (or 0x296072) is known color: Blumine. HEX triplet: 29, 60 and 72. RGB value is (41,96,114). Sum of RGB (Red+Green+Blue) = 41+96+114=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #296072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296072 is #D69F8D. Grayscale: #515151. Windows color (decimal): -14065550 or 7495721. OLE color: 7495721.

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

Color convert

RGB 41 96 114 -
CMYK 0.64 0.16 0 0.55
HSL 194.79º 0.47% 0.3% -
HSV(B) 194.79º 0.64% 0.45% -
XYZ 8.13 10.05 17.43 -
YUV 81.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 41 96 114 0.64 0.16 0 0.55 194.79 0.47 0.3
Hex 29 60 72 40 10 0 37 C3 2F 1E
Octal 51 140 162 100 20 0 67 303 57 36
Binary 101001 1100000 1110010 1000000 10000 0 110111 11000011 101111 11110

Color Harmonies of #296072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296072

Black with #296072

Text Example


Text Example

White with #296072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296072; }

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

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

background-color css

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

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

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

border-color css

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

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

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