Html Css Color HEX #247FAD Lochmara

📋 copy color: '#247FAD'

red 36 ◦ green 127 ◦ blue 173

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

Shades of Lochmara #247FAD

Tints of Lochmara #247FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 10.71%
G = 37.8%
B = 51.49%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#247FAD (or 0x247FAD) is known color: Lochmara. HEX triplet: 24, 7F and AD. RGB value is (36,127,173). Sum of RGB (Red+Green+Blue) = 36+127+173=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #247FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FAD is #DB8052. Grayscale: #686868. Windows color (decimal): -14385235 or 11370276. OLE color: 11370276.

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

Color convert

RGB 36 127 173 -
CMYK 0.79 0.27 0 0.32
HSL 200.15º 0.66% 0.41% -
HSV(B) 200.15º 0.79% 0.68% -
XYZ 15.86 18.57 42.28 -
YUV 105.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 36 127 173 0.79 0.27 0 0.32 200.15 0.66 0.41
Hex 24 7F AD 4F 1B 0 20 C8 42 29
Octal 44 177 255 117 33 0 40 310 102 51
Binary 100100 1111111 10101101 1001111 11011 0 100000 11001000 1000010 101001

Color Harmonies of #247FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247FAD

Black with #247FAD

Text Example


Text Example

White with #247FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,127,173); }

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

background-color css

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

 a { background-color: rgb(36,127,173); }

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

border-color css

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

 span { border-color: rgb(36,127,173); }

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