Html Css Color HEX #296877 Allports

📋 copy color: '#296877'

red 41 ◦ green 104 ◦ blue 119

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

Shades of Allports #296877

Tints of Allports #296877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.39%

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

R = 15.53%
G = 39.39%
B = 45.08%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296877 (or 0x296877) is known color: Allports. HEX triplet: 29, 68 and 77. RGB value is (41,104,119). Sum of RGB (Red+Green+Blue) = 41+104+119=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #296877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296877 is #D69788. Grayscale: #565656. Windows color (decimal): -14063497 or 7825449. OLE color: 7825449.

HSL color Cylindrical-coordinate representation of color #296877: hue angle of 191.54º 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 #296877 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 104 119 -
CMYK 0.66 0.13 0 0.53
HSL 191.54º 0.49% 0.31% -
HSV(B) 191.54º 0.66% 0.47% -
XYZ 9.19 11.7 19.23 -
YUV 86.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 41 104 119 0.66 0.13 0 0.53 191.54 0.49 0.31
Hex 29 68 77 42 D 0 35 C0 31 1F
Octal 51 150 167 102 15 0 65 300 61 37
Binary 101001 1101000 1110111 1000010 1101 0 110101 11000000 110001 11111

Color Harmonies of #296877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296877

Black with #296877

Text Example


Text Example

White with #296877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296877; }

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

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

background-color css

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

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

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

border-color css

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

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

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