Html Css Color HEX #247A9A Lochmara

📋 copy color: '#247A9A'

red 36 ◦ green 122 ◦ blue 154

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

Shades of Lochmara #247A9A

Tints of Lochmara #247A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 11.54%
G = 39.1%
B = 49.36%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#247A9A (or 0x247A9A) is known color: Lochmara. HEX triplet: 24, 7A and 9A. RGB value is (36,122,154). Sum of RGB (Red+Green+Blue) = 36+122+154=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #247A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A9A is #DB8565. Grayscale: #636363. Windows color (decimal): -14386534 or 10123812. OLE color: 10123812.

HSL color Cylindrical-coordinate representation of color #247A9A: hue angle of 196.27º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247A9A is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 122 154 -
CMYK 0.77 0.21 0 0.40
HSL 196.27º 0.62% 0.37% -
HSV(B) 196.27º 0.77% 0.6% -
XYZ 13.52 16.63 33.07 -
YUV 99.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 36 122 154 0.77 0.21 0 0.40 196.27 0.62 0.37
Hex 24 7A 9A 4D 15 0 28 C4 3E 25
Octal 44 172 232 115 25 0 50 304 76 45
Binary 100100 1111010 10011010 1001101 10101 0 101000 11000100 111110 100101

Color Harmonies of #247A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A9A

Black with #247A9A

Text Example


Text Example

White with #247A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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