#247083

Color #247083 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #247083

Tints of Allports #247083

Color information

#247083 (or 0x247083) is unknown color: approx Allports. HEX triplet: 24, 70 and 83. RGB value is (36,112,131). Sum of RGB (Red+Green+Blue) = 36+112+131=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #247083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247083 is #DB8F7C. Grayscale: #5B5B5B. Windows color (decimal): -14389117 or 8613924. OLE color: 8613924.

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

Color convert

RGB36112131-
CMYK0.730.1500.49
HSL192º56.89%32.75%-
HSV(B)192º72.52%51.37%-
XYZ10.6213.623.54-
YUV91.44150.3288.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=12.90%
G=40.14%
B=46.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361121310.730.1500.4919256.8932.75
Hex24708349F031c03921
Octal44160203111170613007141
Binary10010011100001000001110010011111011000111000000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247083; }

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

 H1.HeaderClassName
 {
   color: #247083;
 }
 .AnyTagClassName
 {
   color: #247083;
 }
</style>
background-color css

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

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

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

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

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

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