Html Css Color HEX #296975 Allports

📋 copy color: '#296975'

red 41 ◦ green 105 ◦ blue 117

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

Shades of Allports #296975

Tints of Allports #296975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 15.59%
G = 39.92%
B = 44.49%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296975 (or 0x296975) is known color: Allports. HEX triplet: 29, 69 and 75. RGB value is (41,105,117). Sum of RGB (Red+Green+Blue) = 41+105+117=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #296975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296975 is #D6968A. Grayscale: #575757. Windows color (decimal): -14063243 or 7694633. OLE color: 7694633.

HSL color Cylindrical-coordinate representation of color #296975: hue angle of 189.47º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296975 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 105 117 -
CMYK 0.65 0.10 0 0.54
HSL 189.47º 0.48% 0.31% -
HSV(B) 189.47º 0.65% 0.46% -
XYZ 9.18 11.86 18.63 -
YUV 87.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 41 105 117 0.65 0.10 0 0.54 189.47 0.48 0.31
Hex 29 69 75 41 A 0 36 BD 30 1F
Octal 51 151 165 101 12 0 66 275 60 37
Binary 101001 1101001 1110101 1000001 1010 0 110110 10111101 110000 11111

Color Harmonies of #296975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296975

Black with #296975

Text Example


Text Example

White with #296975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296975; }

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

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

background-color css

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

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

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

border-color css

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

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

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