Html Css Color HEX #247DAB Lochmara

📋 copy color: '#247DAB'

red 36 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #247DAB

Tints of Lochmara #247DAB

RGB

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

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

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

R = 10.84%
G = 37.65%
B = 51.51%

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

#247DAB (or 0x247DAB) is known color: Lochmara. HEX triplet: 24, 7D and AB. RGB value is (36,125,171). Sum of RGB (Red+Green+Blue) = 36+125+171=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #247DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247DAB is #DB8254. Grayscale: #676767. Windows color (decimal): -14385749 or 11238692. OLE color: 11238692.

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

Color convert

RGB 36 125 171 -
CMYK 0.79 0.27 0 0.33
HSL 200.44º 0.65% 0.41% -
HSV(B) 200.44º 0.79% 0.67% -
XYZ 15.41 17.98 41.19 -
YUV 103.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 36 125 171 0.79 0.27 0 0.33 200.44 0.65 0.41
Hex 24 7D AB 4F 1B 0 21 C8 41 29
Octal 44 175 253 117 33 0 41 310 101 51
Binary 100100 1111101 10101011 1001111 11011 0 100001 11001000 1000001 101001

Color Harmonies of #247DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DAB

Black with #247DAB

Text Example


Text Example

White with #247DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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