Html Css Color HEX #296D83 Allports

📋 copy color: '#296D83'

red 41 ◦ green 109 ◦ blue 131

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

Shades of Allports #296D83

Tints of Allports #296D83

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

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

R = 14.59%
G = 38.79%
B = 46.62%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#296D83 (or 0x296D83) is known color: Allports. HEX triplet: 29, 6D and 83. RGB value is (41,109,131). Sum of RGB (Red+Green+Blue) = 41+109+131=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #296D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D83 is #D6927C. Grayscale: #5B5B5B. Windows color (decimal): -14062205 or 8613161. OLE color: 8613161.

HSL color Cylindrical-coordinate representation of color #296D83: hue angle of 194.67º 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 #296D83 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 109 131 -
CMYK 0.69 0.17 0 0.49
HSL 194.67º 0.52% 0.34% -
HSV(B) 194.67º 0.69% 0.51% -
XYZ 10.48 13.05 23.44 -
YUV 91.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 41 109 131 0.69 0.17 0 0.49 194.67 0.52 0.34
Hex 29 6D 83 45 11 0 31 C3 34 22
Octal 51 155 203 105 21 0 61 303 64 42
Binary 101001 1101101 10000011 1000101 10001 0 110001 11000011 110100 100010

Color Harmonies of #296D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D83

Black with #296D83

Text Example


Text Example

White with #296D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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