Html Css Color HEX #247CAE Lochmara

📋 copy color: '#247CAE'

red 36 ◦ green 124 ◦ blue 174

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

Shades of Lochmara #247CAE

Tints of Lochmara #247CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 10.78%
G = 37.13%
B = 52.1%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#247CAE (or 0x247CAE) is known color: Lochmara. HEX triplet: 24, 7C and AE. RGB value is (36,124,174). Sum of RGB (Red+Green+Blue) = 36+124+174=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #247CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247CAE is #DB8351. Grayscale: #676767. Windows color (decimal): -14386002 or 11435044. OLE color: 11435044.

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

Color convert

RGB 36 124 174 -
CMYK 0.79 0.29 0 0.32
HSL 201.74º 0.66% 0.41% -
HSV(B) 201.74º 0.79% 0.68% -
XYZ 15.58 17.85 42.67 -
YUV 103.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 36 124 174 0.79 0.29 0 0.32 201.74 0.66 0.41
Hex 24 7C AE 4F 1D 0 20 CA 42 29
Octal 44 174 256 117 35 0 40 312 102 51
Binary 100100 1111100 10101110 1001111 11101 0 100000 11001010 1000010 101001

Color Harmonies of #247CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CAE

Black with #247CAE

Text Example


Text Example

White with #247CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,124,174); }

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

background-color css

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

 a { background-color: rgb(36,124,174); }

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

border-color css

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

 span { border-color: rgb(36,124,174); }

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