#247AAF

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

Shades of Lochmara #247AAF

Tints of Lochmara #247AAF

Color information

#247AAF (or 0x247AAF) is unknown color: approx Lochmara. HEX triplet: 24, 7A and AF. RGB value is (36,122,175). Sum of RGB (Red+Green+Blue) = 36+122+175=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #247AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAF is #DB8550. Grayscale: #666666. Windows color (decimal): -14386513 or 11500068. OLE color: 11500068.

HSL color Cylindrical-coordinate representation of color #247AAF: hue angle of 202.88º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247AAF is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36122175-
CMYK0.790.3000.31
HSL202.88º65.88%41.37%-
HSV(B)202.88º79.43%68.63%-
XYZ15.4217.3943.1-
YUV102.33169.0180.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.81%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=10.81%
G=36.64%
B=52.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361221750.790.3000.31202.8865.8841.37
Hex247AAF4F1E01Fcb4229
Octal441722571173603731310251
Binary100100111101010101111100111111110011111110010111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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