Html Css Color HEX #296F79 Allports

📋 copy color: '#296F79'

red 41 ◦ green 111 ◦ blue 121

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

Shades of Allports #296F79

Tints of Allports #296F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 15.02%
G = 40.66%
B = 44.32%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296F79 (or 0x296F79) is known color: Allports. HEX triplet: 29, 6F and 79. RGB value is (41,111,121). Sum of RGB (Red+Green+Blue) = 41+111+121=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #296F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F79 is #D69086. Grayscale: #5B5B5B. Windows color (decimal): -14061703 or 7958313. OLE color: 7958313.

HSL color Cylindrical-coordinate representation of color #296F79: hue angle of 187.5º 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 #296F79 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 111 121 -
CMYK 0.66 0.08 0 0.53
HSL 187.5º 0.49% 0.32% -
HSV(B) 187.5º 0.66% 0.47% -
XYZ 10.05 13.22 20.11 -
YUV 91.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 41 111 121 0.66 0.08 0 0.53 187.5 0.49 0.32
Hex 29 6F 79 42 8 0 35 BC 31 20
Octal 51 157 171 102 10 0 65 274 61 40
Binary 101001 1101111 1111001 1000010 1000 0 110101 10111100 110001 100000

Color Harmonies of #296F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F79

Black with #296F79

Text Example


Text Example

White with #296F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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