Html Css Color HEX #296372 Blumine

📋 copy color: '#296372'

red 41 ◦ green 99 ◦ blue 114

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

Shades of Blumine #296372

Tints of Blumine #296372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 16.14%
G = 38.98%
B = 44.88%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296372 (or 0x296372) is known color: Blumine. HEX triplet: 29, 63 and 72. RGB value is (41,99,114). Sum of RGB (Red+Green+Blue) = 41+99+114=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #296372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296372 is #D69C8D. Grayscale: #535353. Windows color (decimal): -14064782 or 7496489. OLE color: 7496489.

HSL color Cylindrical-coordinate representation of color #296372: hue angle of 192.33º 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 #296372 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 99 114 -
CMYK 0.64 0.13 0 0.55
HSL 192.33º 0.47% 0.3% -
HSV(B) 192.33º 0.64% 0.45% -
XYZ 8.41 10.61 17.52 -
YUV 83.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 41 99 114 0.64 0.13 0 0.55 192.33 0.47 0.3
Hex 29 63 72 40 D 0 37 C0 2F 1E
Octal 51 143 162 100 15 0 67 300 57 36
Binary 101001 1100011 1110010 1000000 1101 0 110111 11000000 101111 11110

Color Harmonies of #296372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296372

Black with #296372

Text Example


Text Example

White with #296372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296372; }

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

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

background-color css

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

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

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

border-color css

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

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

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