#247A8D

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

Shades of Allports #247A8D

Tints of Allports #247A8D

Color information

#247A8D (or 0x247A8D) is unknown color: approx Allports. HEX triplet: 24, 7A and 8D. RGB value is (36,122,141). Sum of RGB (Red+Green+Blue) = 36+122+141=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #247A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A8D is #DB8572. Grayscale: #626262. Windows color (decimal): -14386547 or 9271844. OLE color: 9271844.

HSL color Cylindrical-coordinate representation of color #247A8D: hue angle of 190.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247A8D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB36122141-
CMYK0.740.1300.45
HSL190.86º59.32%34.71%-
HSV(B)190.86º74.47%55.29%-
XYZ12.4916.2227.67-
YUV98.45152.0183.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.04%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=12.04%
G=40.80%
B=47.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361221410.740.1300.45190.8659.3234.71
Hex247A8D4AD02Dbf3b23
Octal44172215112150552777343
Binary10010011110101000110110010101101010110110111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247A8D; }

 p { color: rgb(36,122,141); }

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

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

 a { background-color: rgb(36,122,141); }

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

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

 span { border-color: rgb(36,122,141); }

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