Html Css Color HEX #247EAC Lochmara

📋 copy color: '#247EAC'

red 36 ◦ green 126 ◦ blue 172

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

Shades of Lochmara #247EAC

Tints of Lochmara #247EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

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

R = 10.78%
G = 37.72%
B = 51.5%

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

#247EAC (or 0x247EAC) is known color: Lochmara. HEX triplet: 24, 7E and AC. RGB value is (36,126,172). Sum of RGB (Red+Green+Blue) = 36+126+172=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #247EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247EAC is #DB8153. Grayscale: #686868. Windows color (decimal): -14385492 or 11304484. OLE color: 11304484.

HSL color Cylindrical-coordinate representation of color #247EAC: hue angle of 200.29º 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 #247EAC is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 126 172 -
CMYK 0.79 0.27 0 0.33
HSL 200.29º 0.65% 0.41% -
HSV(B) 200.29º 0.79% 0.67% -
XYZ 15.63 18.28 41.73 -
YUV 104.33 166.18 79.26 -
System Red Green Blue C M Y K H S L
Decimal 36 126 172 0.79 0.27 0 0.33 200.29 0.65 0.41
Hex 24 7E AC 4F 1B 0 21 C8 41 29
Octal 44 176 254 117 33 0 41 310 101 51
Binary 100100 1111110 10101100 1001111 11011 0 100001 11001000 1000001 101001

Color Harmonies of #247EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247EAC

Black with #247EAC

Text Example


Text Example

White with #247EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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