Html Css Color HEX #297381 Allports

📋 copy color: '#297381'

red 41 ◦ green 115 ◦ blue 129

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

Shades of Allports #297381

Tints of Allports #297381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 14.39%
G = 40.35%
B = 45.26%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#297381 (or 0x297381) is known color: Allports. HEX triplet: 29, 73 and 81. RGB value is (41,115,129). Sum of RGB (Red+Green+Blue) = 41+115+129=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #297381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297381 is #D68C7E. Grayscale: #5E5E5E. Windows color (decimal): -14060671 or 8483625. OLE color: 8483625.

HSL color Cylindrical-coordinate representation of color #297381: hue angle of 189.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297381 is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 115 129 -
CMYK 0.68 0.11 0 0.49
HSL 189.55º 0.52% 0.33% -
HSV(B) 189.55º 0.68% 0.51% -
XYZ 11.01 14.32 22.95 -
YUV 94.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 41 115 129 0.68 0.11 0 0.49 189.55 0.52 0.33
Hex 29 73 81 44 B 0 31 BE 34 21
Octal 51 163 201 104 13 0 61 276 64 41
Binary 101001 1110011 10000001 1000100 1011 0 110001 10111110 110100 100001

Color Harmonies of #297381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297381

Black with #297381

Text Example


Text Example

White with #297381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297381; }

 p { color: rgb(41,115,129); }

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

background-color css

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

 a { background-color: rgb(41,115,129); }

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

border-color css

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

 span { border-color: rgb(41,115,129); }

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