Html Css Color HEX #296A73 Allports

📋 copy color: '#296A73'

red 41 ◦ green 106 ◦ blue 115

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

Shades of Allports #296A73

Tints of Allports #296A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.46%

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

R = 15.65%
G = 40.46%
B = 43.89%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296A73 (or 0x296A73) is known color: Allports. HEX triplet: 29, 6A and 73. RGB value is (41,106,115). Sum of RGB (Red+Green+Blue) = 41+106+115=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #296A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A73 is #D6958C. Grayscale: #575757. Windows color (decimal): -14062989 or 7563817. OLE color: 7563817.

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

Color convert

RGB 41 106 115 -
CMYK 0.64 0.08 0 0.55
HSL 187.3º 0.47% 0.31% -
HSV(B) 187.3º 0.64% 0.45% -
XYZ 9.16 12.02 18.06 -
YUV 87.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 41 106 115 0.64 0.08 0 0.55 187.3 0.47 0.31
Hex 29 6A 73 40 8 0 37 BB 2F 1F
Octal 51 152 163 100 10 0 67 273 57 37
Binary 101001 1101010 1110011 1000000 1000 0 110111 10111011 101111 11111

Color Harmonies of #296A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A73

Black with #296A73

Text Example


Text Example

White with #296A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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