Html Css Color HEX #297380 Allports

📋 copy color: '#297380'

red 41 ◦ green 115 ◦ blue 128

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

Shades of Allports #297380

Tints of Allports #297380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 14.44%
G = 40.49%
B = 45.07%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#297380 (or 0x297380) is known color: Allports. HEX triplet: 29, 73 and 80. RGB value is (41,115,128). Sum of RGB (Red+Green+Blue) = 41+115+128=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #297380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297380 is #D68C7F. Grayscale: #5E5E5E. Windows color (decimal): -14060672 or 8418089. OLE color: 8418089.

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

Color convert

RGB 41 115 128 -
CMYK 0.68 0.10 0 0.50
HSL 188.97º 0.51% 0.33% -
HSV(B) 188.97º 0.68% 0.5% -
XYZ 10.94 14.29 22.6 -
YUV 94.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 41 115 128 0.68 0.10 0 0.50 188.97 0.51 0.33
Hex 29 73 80 44 A 0 32 BD 33 21
Octal 51 163 200 104 12 0 62 275 63 41
Binary 101001 1110011 10000000 1000100 1010 0 110010 10111101 110011 100001

Color Harmonies of #297380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297380

Black with #297380

Text Example


Text Example

White with #297380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297380; }

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

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

background-color css

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

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

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

border-color css

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

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

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