Html Css Color HEX #247A9C Lochmara

📋 copy color: '#247A9C'

red 36 ◦ green 122 ◦ blue 156

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

Shades of Lochmara #247A9C

Tints of Lochmara #247A9C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 11.46%
G = 38.85%
B = 49.68%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#247A9C (or 0x247A9C) is known color: Lochmara. HEX triplet: 24, 7A and 9C. RGB value is (36,122,156). Sum of RGB (Red+Green+Blue) = 36+122+156=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #247A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A9C is #DB8563. Grayscale: #636363. Windows color (decimal): -14386532 or 10254884. OLE color: 10254884.

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

Color convert

RGB 36 122 156 -
CMYK 0.77 0.22 0 0.39
HSL 197º 0.63% 0.38% -
HSV(B) 197º 0.77% 0.61% -
XYZ 13.69 16.69 33.95 -
YUV 100.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 36 122 156 0.77 0.22 0 0.39 197 0.63 0.38
Hex 24 7A 9C 4D 16 0 27 C5 3E 26
Octal 44 172 234 115 26 0 47 305 76 46
Binary 100100 1111010 10011100 1001101 10110 0 100111 11000101 111110 100110

Color Harmonies of #247A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A9C

Black with #247A9C

Text Example


Text Example

White with #247A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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