Html Css Color HEX #296885 Allports

📋 copy color: '#296885'

red 41 ◦ green 104 ◦ blue 133

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

Shades of Allports #296885

Tints of Allports #296885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 14.75%
G = 37.41%
B = 47.84%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#296885 (or 0x296885) is known color: Allports. HEX triplet: 29, 68 and 85. RGB value is (41,104,133). Sum of RGB (Red+Green+Blue) = 41+104+133=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #296885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296885 is #D6977A. Grayscale: #585858. Windows color (decimal): -14063483 or 8742953. OLE color: 8742953.

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

Color convert

RGB 41 104 133 -
CMYK 0.69 0.22 0 0.48
HSL 198.91º 0.53% 0.34% -
HSV(B) 198.91º 0.69% 0.52% -
XYZ 10.1 12.07 23.99 -
YUV 88.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 41 104 133 0.69 0.22 0 0.48 198.91 0.53 0.34
Hex 29 68 85 45 16 0 30 C7 35 22
Octal 51 150 205 105 26 0 60 307 65 42
Binary 101001 1101000 10000101 1000101 10110 0 110000 11000111 110101 100010

Color Harmonies of #296885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296885

Black with #296885

Text Example


Text Example

White with #296885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296885; }

 p { color: rgb(41,104,133); }

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

background-color css

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

 a { background-color: rgb(41,104,133); }

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

border-color css

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

 span { border-color: rgb(41,104,133); }

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