Html Css Color HEX #296784 Allports

📋 copy color: '#296784'

red 41 ◦ green 103 ◦ blue 132

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

Shades of Allports #296784

Tints of Allports #296784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.83%

R = 14.86%
G = 37.32%
B = 47.83%

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

#296784 (or 0x296784) is known color: Allports. HEX triplet: 29, 67 and 84. RGB value is (41,103,132). Sum of RGB (Red+Green+Blue) = 41+103+132=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #296784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296784 is #D6987B. Grayscale: #575757. Windows color (decimal): -14063740 or 8677161. OLE color: 8677161.

HSL color Cylindrical-coordinate representation of color #296784: hue angle of 199.12º 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 #296784 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 103 132 -
CMYK 0.69 0.22 0 0.48
HSL 199.12º 0.53% 0.34% -
HSV(B) 199.12º 0.69% 0.52% -
XYZ 9.93 11.84 23.59 -
YUV 87.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 41 103 132 0.69 0.22 0 0.48 199.12 0.53 0.34
Hex 29 67 84 45 16 0 30 C7 35 22
Octal 51 147 204 105 26 0 60 307 65 42
Binary 101001 1100111 10000100 1000101 10110 0 110000 11000111 110101 100010

Color Harmonies of #296784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296784

Black with #296784

Text Example


Text Example

White with #296784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296784; }

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

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

background-color css

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

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

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

border-color css

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

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

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