#247AAC

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

Shades of Lochmara #247AAC

Tints of Lochmara #247AAC

Color information

#247AAC (or 0x247AAC) is unknown color: approx Lochmara. HEX triplet: 24, 7A and AC. RGB value is (36,122,172). Sum of RGB (Red+Green+Blue) = 36+122+172=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #247AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAC is #DB8553. Grayscale: #656565. Windows color (decimal): -14386516 or 11303460. OLE color: 11303460.

HSL color Cylindrical-coordinate representation of color #247AAC: hue angle of 202.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247AAC is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36122172-
CMYK0.790.2900.33
HSL202.06º65.38%40.78%-
HSV(B)202.06º79.07%67.45%-
XYZ15.1317.2741.57-
YUV101.99167.5180.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.91%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=10.91%
G=36.97%
B=52.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361221720.790.2900.33202.0665.3840.78
Hex247AAC4F1D021ca4129
Octal441722541173504131210151
Binary1001001111010101011001001111111010100001110010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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