Html Css Color HEX #296D79 Allports

📋 copy color: '#296D79'

red 41 ◦ green 109 ◦ blue 121

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

Shades of Allports #296D79

Tints of Allports #296D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.22%

 BLUE value IS 121 (47.66% from 255) = 44.65%

R = 15.13%
G = 40.22%
B = 44.65%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296D79 (or 0x296D79) is known color: Allports. HEX triplet: 29, 6D and 79. RGB value is (41,109,121). Sum of RGB (Red+Green+Blue) = 41+109+121=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #296D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D79 is #D69286. Grayscale: #595959. Windows color (decimal): -14062215 or 7957801. OLE color: 7957801.

HSL color Cylindrical-coordinate representation of color #296D79: hue angle of 189º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296D79 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 109 121 -
CMYK 0.66 0.10 0 0.53
HSL 189º 0.49% 0.32% -
HSV(B) 189º 0.66% 0.47% -
XYZ 9.83 12.79 20.04 -
YUV 90.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 41 109 121 0.66 0.10 0 0.53 189 0.49 0.32
Hex 29 6D 79 42 A 0 35 BD 31 20
Octal 51 155 171 102 12 0 65 275 61 40
Binary 101001 1101101 1111001 1000010 1010 0 110101 10111101 110001 100000

Color Harmonies of #296D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D79

Black with #296D79

Text Example


Text Example

White with #296D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296D79; }

 p { color: rgb(41,109,121); }

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

background-color css

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

 a { background-color: rgb(41,109,121); }

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

border-color css

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

 span { border-color: rgb(41,109,121); }

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