Html Css Color HEX #247DAA Lochmara

📋 copy color: '#247DAA'

red 36 ◦ green 125 ◦ blue 170

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

Shades of Lochmara #247DAA

Tints of Lochmara #247DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 10.88%
G = 37.76%
B = 51.36%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#247DAA (or 0x247DAA) is known color: Lochmara. HEX triplet: 24, 7D and AA. RGB value is (36,125,170). Sum of RGB (Red+Green+Blue) = 36+125+170=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #247DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247DAA is #DB8255. Grayscale: #676767. Windows color (decimal): -14385750 or 11173156. OLE color: 11173156.

HSL color Cylindrical-coordinate representation of color #247DAA: hue angle of 200.15º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247DAA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 125 170 -
CMYK 0.79 0.26 0 0.33
HSL 200.15º 0.65% 0.4% -
HSV(B) 200.15º 0.79% 0.67% -
XYZ 15.32 17.94 40.69 -
YUV 103.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 36 125 170 0.79 0.26 0 0.33 200.15 0.65 0.4
Hex 24 7D AA 4F 1A 0 21 C8 41 28
Octal 44 175 252 117 32 0 41 310 101 50
Binary 100100 1111101 10101010 1001111 11010 0 100001 11001000 1000001 101000

Color Harmonies of #247DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DAA

Black with #247DAA

Text Example


Text Example

White with #247DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,125,170); }

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

background-color css

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

 a { background-color: rgb(36,125,170); }

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

border-color css

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

 span { border-color: rgb(36,125,170); }

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