Html Css Color HEX #247DAC Lochmara

📋 copy color: '#247DAC'

red 36 ◦ green 125 ◦ blue 172

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

Shades of Lochmara #247DAC

Tints of Lochmara #247DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 10.81%
G = 37.54%
B = 51.65%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#247DAC (or 0x247DAC) is known color: Lochmara. HEX triplet: 24, 7D and AC. RGB value is (36,125,172). Sum of RGB (Red+Green+Blue) = 36+125+172=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #247DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247DAC is #DB8253. Grayscale: #676767. Windows color (decimal): -14385748 or 11304228. OLE color: 11304228.

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

Color convert

RGB 36 125 172 -
CMYK 0.79 0.27 0 0.33
HSL 200.74º 0.65% 0.41% -
HSV(B) 200.74º 0.79% 0.67% -
XYZ 15.51 18.02 41.69 -
YUV 103.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 36 125 172 0.79 0.27 0 0.33 200.74 0.65 0.41
Hex 24 7D AC 4F 1B 0 21 C9 41 29
Octal 44 175 254 117 33 0 41 311 101 51
Binary 100100 1111101 10101100 1001111 11011 0 100001 11001001 1000001 101001

Color Harmonies of #247DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DAC

Black with #247DAC

Text Example


Text Example

White with #247DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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