#247CB1

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

Shades of Lochmara #247CB1

Tints of Lochmara #247CB1

Color information

#247CB1 (or 0x247CB1) is unknown color: approx Lochmara. HEX triplet: 24, 7C and B1. RGB value is (36,124,177). Sum of RGB (Red+Green+Blue) = 36+124+177=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #247CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247CB1 is #DB834E. Grayscale: #676767. Windows color (decimal): -14385999 or 11631652. OLE color: 11631652.

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

Color convert

RGB36124177-
CMYK0.800.3000.31
HSL202.55º66.2%41.76%-
HSV(B)202.55º79.66%69.41%-
XYZ15.8717.9644.23-
YUV103.73169.3579.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.68%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 177 (69.53% from 255) = 52.52%
R=10.68%
G=36.80%
B=52.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361241770.800.3000.31202.5566.241.76
Hex247CB1501E01Fcb422a
Octal441742611203603731310252
Binary100100111110010110001101000011110011111110010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,124,177); }

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

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

 a { background-color: rgb(36,124,177); }

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

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

 span { border-color: rgb(36,124,177); }

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