Html Css Color HEX #297584 Allports

📋 copy color: '#297584'

red 41 ◦ green 117 ◦ blue 132

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

Shades of Allports #297584

Tints of Allports #297584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

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

R = 14.14%
G = 40.34%
B = 45.52%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#297584 (or 0x297584) is known color: Allports. HEX triplet: 29, 75 and 84. RGB value is (41,117,132). Sum of RGB (Red+Green+Blue) = 41+117+132=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #297584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297584 is #D68A7B. Grayscale: #5F5F5F. Windows color (decimal): -14060156 or 8680745. OLE color: 8680745.

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

Color convert

RGB 41 117 132 -
CMYK 0.69 0.11 0 0.48
HSL 189.89º 0.53% 0.34% -
HSV(B) 189.89º 0.69% 0.52% -
XYZ 11.44 14.86 24.1 -
YUV 95.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 41 117 132 0.69 0.11 0 0.48 189.89 0.53 0.34
Hex 29 75 84 45 B 0 30 BE 35 22
Octal 51 165 204 105 13 0 60 276 65 42
Binary 101001 1110101 10000100 1000101 1011 0 110000 10111110 110101 100010

Color Harmonies of #297584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297584

Black with #297584

Text Example


Text Example

White with #297584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297584; }

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

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

background-color css

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

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

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

border-color css

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

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

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