Html Css Color HEX #247DA6 Lochmara

📋 copy color: '#247DA6'

red 36 ◦ green 125 ◦ blue 166

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

Shades of Lochmara #247DA6

Tints of Lochmara #247DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.76%

R = 11.01%
G = 38.23%
B = 50.76%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#247DA6 (or 0x247DA6) is known color: Lochmara. HEX triplet: 24, 7D and A6. RGB value is (36,125,166). Sum of RGB (Red+Green+Blue) = 36+125+166=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #247DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247DA6 is #DB8259. Grayscale: #666666. Windows color (decimal): -14385754 or 10911012. OLE color: 10911012.

HSL color Cylindrical-coordinate representation of color #247DA6: hue angle of 198.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247DA6 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 125 166 -
CMYK 0.78 0.25 0 0.35
HSL 198.92º 0.64% 0.4% -
HSV(B) 198.92º 0.78% 0.65% -
XYZ 14.94 17.8 38.72 -
YUV 103.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 36 125 166 0.78 0.25 0 0.35 198.92 0.64 0.4
Hex 24 7D A6 4E 19 0 23 C7 40 28
Octal 44 175 246 116 31 0 43 307 100 50
Binary 100100 1111101 10100110 1001110 11001 0 100011 11000111 1000000 101000

Color Harmonies of #247DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247DA6

Black with #247DA6

Text Example


Text Example

White with #247DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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