Html Css Color HEX #296981 Allports

📋 copy color: '#296981'

red 41 ◦ green 105 ◦ blue 129

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

Shades of Allports #296981

Tints of Allports #296981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 14.91%
G = 38.18%
B = 46.91%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296981 (or 0x296981) is known color: Allports. HEX triplet: 29, 69 and 81. RGB value is (41,105,129). Sum of RGB (Red+Green+Blue) = 41+105+129=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #296981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296981 is #D6967E. Grayscale: #585858. Windows color (decimal): -14063231 or 8481065. OLE color: 8481065.

HSL color Cylindrical-coordinate representation of color #296981: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296981 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 105 129 -
CMYK 0.68 0.19 0 0.49
HSL 196.36º 0.52% 0.33% -
HSV(B) 196.36º 0.68% 0.51% -
XYZ 9.93 12.16 22.59 -
YUV 88.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 41 105 129 0.68 0.19 0 0.49 196.36 0.52 0.33
Hex 29 69 81 44 13 0 31 C4 34 21
Octal 51 151 201 104 23 0 61 304 64 41
Binary 101001 1101001 10000001 1000100 10011 0 110001 11000100 110100 100001

Color Harmonies of #296981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296981

Black with #296981

Text Example


Text Example

White with #296981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296981; }

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

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

background-color css

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

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

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

border-color css

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

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

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