Html Css Color HEX #247C9F Lochmara

📋 copy color: '#247C9F'

red 36 ◦ green 124 ◦ blue 159

#247C9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #247C9F

Tints of Lochmara #247C9F

RGB

 RED value IS 36 (14.45% from 255) = 11.29%

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 11.29%
G = 38.87%
B = 49.84%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#247C9F (or 0x247C9F) is known color: Lochmara. HEX triplet: 24, 7C and 9F. RGB value is (36,124,159). Sum of RGB (Red+Green+Blue) = 36+124+159=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #247C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C9F is #DB8360. Grayscale: #656565. Windows color (decimal): -14386017 or 10452004. OLE color: 10452004.

HSL color Cylindrical-coordinate representation of color #247C9F: hue angle of 197.07º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247C9F is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 124 159 -
CMYK 0.77 0.22 0 0.38
HSL 197.07º 0.63% 0.38% -
HSV(B) 197.07º 0.77% 0.62% -
XYZ 14.19 17.29 35.39 -
YUV 101.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 36 124 159 0.77 0.22 0 0.38 197.07 0.63 0.38
Hex 24 7C 9F 4D 16 0 26 C5 3F 26
Octal 44 174 237 115 26 0 46 305 77 46
Binary 100100 1111100 10011111 1001101 10110 0 100110 11000101 111111 100110

Color Harmonies of #247C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247C9F

Black with #247C9F

Text Example


Text Example

White with #247C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #247C9F;
 }
 .AnyTagClassName
 {
   color: #247C9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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