#247AA4

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

Shades of Lochmara #247AA4

Tints of Lochmara #247AA4

Color information

#247AA4 (or 0x247AA4) is unknown color: approx Lochmara. HEX triplet: 24, 7A and A4. RGB value is (36,122,164). Sum of RGB (Red+Green+Blue) = 36+122+164=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #247AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AA4 is #DB855B. Grayscale: #646464. Windows color (decimal): -14386524 or 10779172. OLE color: 10779172.

HSL color Cylindrical-coordinate representation of color #247AA4: hue angle of 199.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247AA4 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB36122164-
CMYK0.780.2600.36
HSL199.69º64%39.22%-
HSV(B)199.69º78.05%64.31%-
XYZ14.3916.9737.64-
YUV101.07163.5181.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=11.18%
G=37.89%
B=50.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal361221640.780.2600.36199.696439.22
Hex247AA44E1A024c84027
Octal441722441163204431010047
Binary1001001111010101001001001110110100100100110010001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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