Html Css Color HEX #296B7F Allports

📋 copy color: '#296B7F'

red 41 ◦ green 107 ◦ blue 127

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

Shades of Allports #296B7F

Tints of Allports #296B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 14.91%
G = 38.91%
B = 46.18%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#296B7F (or 0x296B7F) is known color: Allports. HEX triplet: 29, 6B and 7F. RGB value is (41,107,127). Sum of RGB (Red+Green+Blue) = 41+107+127=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #296B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B7F is #D69480. Grayscale: #595959. Windows color (decimal): -14062721 or 8350505. OLE color: 8350505.

HSL color Cylindrical-coordinate representation of color #296B7F: hue angle of 193.95º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296B7F is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 107 127 -
CMYK 0.68 0.16 0 0.50
HSL 193.95º 0.51% 0.33% -
HSV(B) 193.95º 0.68% 0.5% -
XYZ 10 12.52 21.97 -
YUV 89.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 41 107 127 0.68 0.16 0 0.50 193.95 0.51 0.33
Hex 29 6B 7F 44 10 0 32 C2 33 21
Octal 51 153 177 104 20 0 62 302 63 41
Binary 101001 1101011 1111111 1000100 10000 0 110010 11000010 110011 100001

Color Harmonies of #296B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B7F

Black with #296B7F

Text Example


Text Example

White with #296B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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