Html Css Color HEX #296980 Allports

📋 copy color: '#296980'

red 41 ◦ green 105 ◦ blue 128

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

Shades of Allports #296980

Tints of Allports #296980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 14.96%
G = 38.32%
B = 46.72%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#296980 (or 0x296980) is known color: Allports. HEX triplet: 29, 69 and 80. RGB value is (41,105,128). Sum of RGB (Red+Green+Blue) = 41+105+128=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #296980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296980 is #D6967F. Grayscale: #585858. Windows color (decimal): -14063232 or 8415529. OLE color: 8415529.

HSL color Cylindrical-coordinate representation of color #296980: hue angle of 195.86º 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 #296980 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 105 128 -
CMYK 0.68 0.18 0 0.50
HSL 195.86º 0.51% 0.33% -
HSV(B) 195.86º 0.68% 0.5% -
XYZ 9.86 12.13 22.24 -
YUV 88.49 150.3 94.13 -
System Red Green Blue C M Y K H S L
Decimal 41 105 128 0.68 0.18 0 0.50 195.86 0.51 0.33
Hex 29 69 80 44 12 0 32 C4 33 21
Octal 51 151 200 104 22 0 62 304 63 41
Binary 101001 1101001 10000000 1000100 10010 0 110010 11000100 110011 100001

Color Harmonies of #296980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296980

Black with #296980

Text Example


Text Example

White with #296980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296980; }

 p { color: rgb(41,105,128); }

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

background-color css

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

 a { background-color: rgb(41,105,128); }

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

border-color css

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

 span { border-color: rgb(41,105,128); }

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