Html Css Color HEX #296775 Allports

📋 copy color: '#296775'

red 41 ◦ green 103 ◦ blue 117

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

Shades of Allports #296775

Tints of Allports #296775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 15.71%
G = 39.46%
B = 44.83%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296775 (or 0x296775) is known color: Allports. HEX triplet: 29, 67 and 75. RGB value is (41,103,117). Sum of RGB (Red+Green+Blue) = 41+103+117=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #296775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296775 is #D6988A. Grayscale: #555555. Windows color (decimal): -14063755 or 7694121. OLE color: 7694121.

HSL color Cylindrical-coordinate representation of color #296775: hue angle of 191.05º 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 #296775 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 103 117 -
CMYK 0.65 0.12 0 0.54
HSL 191.05º 0.48% 0.31% -
HSV(B) 191.05º 0.65% 0.46% -
XYZ 8.98 11.46 18.57 -
YUV 86.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 41 103 117 0.65 0.12 0 0.54 191.05 0.48 0.31
Hex 29 67 75 41 C 0 36 BF 30 1F
Octal 51 147 165 101 14 0 66 277 60 37
Binary 101001 1100111 1110101 1000001 1100 0 110110 10111111 110000 11111

Color Harmonies of #296775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296775

Black with #296775

Text Example


Text Example

White with #296775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296775; }

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

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

background-color css

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

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

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

border-color css

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

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

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