Html Css Color HEX #296B84 Allports

📋 copy color: '#296B84'

red 41 ◦ green 107 ◦ blue 132

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

Shades of Allports #296B84

Tints of Allports #296B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 14.64%
G = 38.21%
B = 47.14%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296B84 (or 0x296B84) is known color: Allports. HEX triplet: 29, 6B and 84. RGB value is (41,107,132). Sum of RGB (Red+Green+Blue) = 41+107+132=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #296B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B84 is #D6947B. Grayscale: #595959. Windows color (decimal): -14062716 or 8678185. OLE color: 8678185.

HSL color Cylindrical-coordinate representation of color #296B84: hue angle of 196.48º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296B84 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 107 132 -
CMYK 0.69 0.19 0 0.48
HSL 196.48º 0.53% 0.34% -
HSV(B) 196.48º 0.69% 0.52% -
XYZ 10.34 12.65 23.73 -
YUV 90.12 151.63 92.97 -
System Red Green Blue C M Y K H S L
Decimal 41 107 132 0.69 0.19 0 0.48 196.48 0.53 0.34
Hex 29 6B 84 45 13 0 30 C4 35 22
Octal 51 153 204 105 23 0 60 304 65 42
Binary 101001 1101011 10000100 1000101 10011 0 110000 11000100 110101 100010

Color Harmonies of #296B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B84

Black with #296B84

Text Example


Text Example

White with #296B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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