Html Css Color HEX #296B77 Allports

📋 copy color: '#296B77'

red 41 ◦ green 107 ◦ blue 119

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

Shades of Allports #296B77

Tints of Allports #296B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 15.36%
G = 40.07%
B = 44.57%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296B77 (or 0x296B77) is known color: Allports. HEX triplet: 29, 6B and 77. RGB value is (41,107,119). Sum of RGB (Red+Green+Blue) = 41+107+119=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #296B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B77 is #D69488. Grayscale: #585858. Windows color (decimal): -14062729 or 7826217. OLE color: 7826217.

HSL color Cylindrical-coordinate representation of color #296B77: hue angle of 189.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296B77 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 107 119 -
CMYK 0.66 0.10 0 0.53
HSL 189.23º 0.49% 0.31% -
HSV(B) 189.23º 0.66% 0.47% -
XYZ 9.5 12.32 19.33 -
YUV 88.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 41 107 119 0.66 0.10 0 0.53 189.23 0.49 0.31
Hex 29 6B 77 42 A 0 35 BD 31 1F
Octal 51 153 167 102 12 0 65 275 61 37
Binary 101001 1101011 1110111 1000010 1010 0 110101 10111101 110001 11111

Color Harmonies of #296B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B77

Black with #296B77

Text Example


Text Example

White with #296B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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