Html Css Color HEX #296373 Blumine

📋 copy color: '#296373'

red 41 ◦ green 99 ◦ blue 115

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

Shades of Blumine #296373

Tints of Blumine #296373

RGB

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

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

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

R = 16.08%
G = 38.82%
B = 45.1%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296373 (or 0x296373) is known color: Blumine. HEX triplet: 29, 63 and 73. RGB value is (41,99,115). Sum of RGB (Red+Green+Blue) = 41+99+115=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #296373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296373 is #D69C8C. Grayscale: #535353. Windows color (decimal): -14064781 or 7562025. OLE color: 7562025.

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

Color convert

RGB 41 99 115 -
CMYK 0.64 0.14 0 0.55
HSL 192.97º 0.47% 0.31% -
HSV(B) 192.97º 0.64% 0.45% -
XYZ 8.47 10.63 17.83 -
YUV 83.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 41 99 115 0.64 0.14 0 0.55 192.97 0.47 0.31
Hex 29 63 73 40 E 0 37 C1 2F 1F
Octal 51 143 163 100 16 0 67 301 57 37
Binary 101001 1100011 1110011 1000000 1110 0 110111 11000001 101111 11111

Color Harmonies of #296373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296373

Black with #296373

Text Example


Text Example

White with #296373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296373; }

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

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

background-color css

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

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

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

border-color css

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

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

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