Html Css Color HEX #296983 Allports

📋 copy color: '#296983'

red 41 ◦ green 105 ◦ blue 131

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

Shades of Allports #296983

Tints of Allports #296983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 14.8%
G = 37.91%
B = 47.29%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296983 (or 0x296983) is known color: Allports. HEX triplet: 29, 69 and 83. RGB value is (41,105,131). Sum of RGB (Red+Green+Blue) = 41+105+131=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #296983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296983 is #D6967C. Grayscale: #585858. Windows color (decimal): -14063229 or 8612137. OLE color: 8612137.

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

Color convert

RGB 41 105 131 -
CMYK 0.69 0.20 0 0.49
HSL 197.33º 0.52% 0.34% -
HSV(B) 197.33º 0.69% 0.51% -
XYZ 10.06 12.21 23.3 -
YUV 88.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 41 105 131 0.69 0.20 0 0.49 197.33 0.52 0.34
Hex 29 69 83 45 14 0 31 C5 34 22
Octal 51 151 203 105 24 0 61 305 64 42
Binary 101001 1101001 10000011 1000101 10100 0 110001 11000101 110100 100010

Color Harmonies of #296983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296983

Black with #296983

Text Example


Text Example

White with #296983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296983; }

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

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

background-color css

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

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

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

border-color css

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

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

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