Html Css Color HEX #296473 Blumine

📋 copy color: '#296473'

red 41 ◦ green 100 ◦ blue 115

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

Shades of Blumine #296473

Tints of Blumine #296473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 16.02%
G = 39.06%
B = 44.92%

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

#296473 (or 0x296473) is known color: Blumine. HEX triplet: 29, 64 and 73. RGB value is (41,100,115). Sum of RGB (Red+Green+Blue) = 41+100+115=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #296473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296473 is #D69B8C. Grayscale: #535353. Windows color (decimal): -14064525 or 7562281. OLE color: 7562281.

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

Color convert

RGB 41 100 115 -
CMYK 0.64 0.13 0 0.55
HSL 192.16º 0.47% 0.31% -
HSV(B) 192.16º 0.64% 0.45% -
XYZ 8.57 10.82 17.86 -
YUV 84.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 41 100 115 0.64 0.13 0 0.55 192.16 0.47 0.31
Hex 29 64 73 40 D 0 37 C0 2F 1F
Octal 51 144 163 100 15 0 67 300 57 37
Binary 101001 1100100 1110011 1000000 1101 0 110111 11000000 101111 11111

Color Harmonies of #296473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296473

Black with #296473

Text Example


Text Example

White with #296473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296473; }

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

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

background-color css

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

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

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

border-color css

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

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

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