Html Css Color HEX #296579 Allports

📋 copy color: '#296579'

red 41 ◦ green 101 ◦ blue 121

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

Shades of Allports #296579

Tints of Allports #296579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 15.59%
G = 38.4%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296579 (or 0x296579) is known color: Allports. HEX triplet: 29, 65 and 79. RGB value is (41,101,121). Sum of RGB (Red+Green+Blue) = 41+101+121=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #296579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296579 is #D69A86. Grayscale: #555555. Windows color (decimal): -14064263 or 7955753. OLE color: 7955753.

HSL color Cylindrical-coordinate representation of color #296579: hue angle of 195º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296579 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 101 121 -
CMYK 0.66 0.17 0 0.53
HSL 195º 0.49% 0.32% -
HSV(B) 195º 0.66% 0.47% -
XYZ 9.02 11.16 19.77 -
YUV 85.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 41 101 121 0.66 0.17 0 0.53 195 0.49 0.32
Hex 29 65 79 42 11 0 35 C3 31 20
Octal 51 145 171 102 21 0 65 303 61 40
Binary 101001 1100101 1111001 1000010 10001 0 110101 11000011 110001 100000

Color Harmonies of #296579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296579

Black with #296579

Text Example


Text Example

White with #296579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296579; }

 p { color: rgb(41,101,121); }

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

background-color css

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

 a { background-color: rgb(41,101,121); }

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

border-color css

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

 span { border-color: rgb(41,101,121); }

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