Html Css Color HEX #247AA5 Lochmara

📋 copy color: '#247AA5'

red 36 ◦ green 122 ◦ blue 165

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

Shades of Lochmara #247AA5

Tints of Lochmara #247AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.08%

R = 11.15%
G = 37.77%
B = 51.08%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#247AA5 (or 0x247AA5) is known color: Lochmara. HEX triplet: 24, 7A and A5. RGB value is (36,122,165). Sum of RGB (Red+Green+Blue) = 36+122+165=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #247AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AA5 is #DB855A. Grayscale: #646464. Windows color (decimal): -14386523 or 10844708. OLE color: 10844708.

HSL color Cylindrical-coordinate representation of color #247AA5: hue angle of 200º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247AA5 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 122 165 -
CMYK 0.78 0.26 0 0.35
HSL 200º 0.64% 0.39% -
HSV(B) 200º 0.78% 0.65% -
XYZ 14.48 17.01 38.12 -
YUV 101.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 36 122 165 0.78 0.26 0 0.35 200 0.64 0.39
Hex 24 7A A5 4E 1A 0 23 C8 40 27
Octal 44 172 245 116 32 0 43 310 100 47
Binary 100100 1111010 10100101 1001110 11010 0 100011 11001000 1000000 100111

Color Harmonies of #247AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AA5

Black with #247AA5

Text Example


Text Example

White with #247AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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