Html Css Color HEX #296A71 Allports

📋 copy color: '#296A71'

red 41 ◦ green 106 ◦ blue 113

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

Shades of Allports #296A71

Tints of Allports #296A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 15.77%
G = 40.77%
B = 43.46%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#296A71 (or 0x296A71) is known color: Allports. HEX triplet: 29, 6A and 71. RGB value is (41,106,113). Sum of RGB (Red+Green+Blue) = 41+106+113=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #296A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A71 is #D6958E. Grayscale: #575757. Windows color (decimal): -14062991 or 7432745. OLE color: 7432745.

HSL color Cylindrical-coordinate representation of color #296A71: hue angle of 185.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296A71 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 106 113 -
CMYK 0.64 0.06 0 0.56
HSL 185.83º 0.47% 0.3% -
HSV(B) 185.83º 0.64% 0.44% -
XYZ 9.05 11.97 17.46 -
YUV 87.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 41 106 113 0.64 0.06 0 0.56 185.83 0.47 0.3
Hex 29 6A 71 40 6 0 38 BA 2F 1E
Octal 51 152 161 100 6 0 70 272 57 36
Binary 101001 1101010 1110001 1000000 110 0 111000 10111010 101111 11110

Color Harmonies of #296A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A71

Black with #296A71

Text Example


Text Example

White with #296A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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