Html Css Color HEX #296B73 Allports

📋 copy color: '#296B73'

red 41 ◦ green 107 ◦ blue 115

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

Shades of Allports #296B73

Tints of Allports #296B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.68%

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

R = 15.59%
G = 40.68%
B = 43.73%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296B73 (or 0x296B73) is known color: Allports. HEX triplet: 29, 6B and 73. RGB value is (41,107,115). Sum of RGB (Red+Green+Blue) = 41+107+115=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #296B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B73 is #D6948C. Grayscale: #585858. Windows color (decimal): -14062733 or 7564073. OLE color: 7564073.

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

Color convert

RGB 41 107 115 -
CMYK 0.64 0.07 0 0.55
HSL 186.49º 0.47% 0.31% -
HSV(B) 186.49º 0.64% 0.45% -
XYZ 9.27 12.22 18.09 -
YUV 88.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 41 107 115 0.64 0.07 0 0.55 186.49 0.47 0.31
Hex 29 6B 73 40 7 0 37 BA 2F 1F
Octal 51 153 163 100 7 0 67 272 57 37
Binary 101001 1101011 1110011 1000000 111 0 110111 10111010 101111 11111

Color Harmonies of #296B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B73

Black with #296B73

Text Example


Text Example

White with #296B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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