Html Css Color HEX #296173 Blumine

📋 copy color: '#296173'

red 41 ◦ green 97 ◦ blue 115

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

Shades of Blumine #296173

Tints of Blumine #296173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 16.21%
G = 38.34%
B = 45.45%

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

#296173 (or 0x296173) is known color: Blumine. HEX triplet: 29, 61 and 73. RGB value is (41,97,115). Sum of RGB (Red+Green+Blue) = 41+97+115=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #296173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296173 is #D69E8C. Grayscale: #525252. Windows color (decimal): -14065293 or 7561513. OLE color: 7561513.

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

Color convert

RGB 41 97 115 -
CMYK 0.64 0.16 0 0.55
HSL 194.59º 0.47% 0.31% -
HSV(B) 194.59º 0.64% 0.45% -
XYZ 8.28 10.26 17.76 -
YUV 82.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 41 97 115 0.64 0.16 0 0.55 194.59 0.47 0.31
Hex 29 61 73 40 10 0 37 C3 2F 1F
Octal 51 141 163 100 20 0 67 303 57 37
Binary 101001 1100001 1110011 1000000 10000 0 110111 11000011 101111 11111

Color Harmonies of #296173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296173

Black with #296173

Text Example


Text Example

White with #296173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296173; }

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

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

background-color css

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

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

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

border-color css

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

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

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