Html Css Color HEX #247080 Allports

📋 copy color: '#247080'

red 36 ◦ green 112 ◦ blue 128

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

Shades of Allports #247080

Tints of Allports #247080

RGB

 RED value IS 36 (14.45% from 255) = 13.04%

 GREEN value IS 112 (44.14% from 255) = 40.58%

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

R = 13.04%
G = 40.58%
B = 46.38%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#247080 (or 0x247080) is known color: Allports. HEX triplet: 24, 70 and 80. RGB value is (36,112,128). Sum of RGB (Red+Green+Blue) = 36+112+128=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #247080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247080 is #DB8F7F. Grayscale: #5A5A5A. Windows color (decimal): -14389120 or 8417316. OLE color: 8417316.

HSL color Cylindrical-coordinate representation of color #247080: hue angle of 190.43º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247080 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 112 128 -
CMYK 0.72 0.12 0 0.50
HSL 190.43º 0.56% 0.32% -
HSV(B) 190.43º 0.72% 0.5% -
XYZ 10.42 13.52 22.48 -
YUV 91.1 148.82 88.7 -
System Red Green Blue C M Y K H S L
Decimal 36 112 128 0.72 0.12 0 0.50 190.43 0.56 0.32
Hex 24 70 80 48 C 0 32 BE 38 20
Octal 44 160 200 110 14 0 62 276 70 40
Binary 100100 1110000 10000000 1001000 1100 0 110010 10111110 111000 100000

Color Harmonies of #247080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247080

Black with #247080

Text Example


Text Example

White with #247080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247080; }

 p { color: rgb(36,112,128); }

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

background-color css

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

 a { background-color: rgb(36,112,128); }

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

border-color css

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

 span { border-color: rgb(36,112,128); }

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