Html Css Color HEX #247CAB Lochmara

📋 copy color: '#247CAB'

red 36 ◦ green 124 ◦ blue 171

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

Shades of Lochmara #247CAB

Tints of Lochmara #247CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 10.88%
G = 37.46%
B = 51.66%

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

#247CAB (or 0x247CAB) is known color: Lochmara. HEX triplet: 24, 7C and AB. RGB value is (36,124,171). Sum of RGB (Red+Green+Blue) = 36+124+171=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #247CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247CAB is #DB8354. Grayscale: #666666. Windows color (decimal): -14386005 or 11238436. OLE color: 11238436.

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

Color convert

RGB 36 124 171 -
CMYK 0.79 0.27 0 0.33
HSL 200.89º 0.65% 0.41% -
HSV(B) 200.89º 0.79% 0.67% -
XYZ 15.29 17.73 41.14 -
YUV 103.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 36 124 171 0.79 0.27 0 0.33 200.89 0.65 0.41
Hex 24 7C AB 4F 1B 0 21 C9 41 29
Octal 44 174 253 117 33 0 41 311 101 51
Binary 100100 1111100 10101011 1001111 11011 0 100001 11001001 1000001 101001

Color Harmonies of #247CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CAB

Black with #247CAB

Text Example


Text Example

White with #247CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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