Html Css Color HEX #247CB0 Lochmara

📋 copy color: '#247CB0'

red 36 ◦ green 124 ◦ blue 176

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

Shades of Lochmara #247CB0

Tints of Lochmara #247CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.38%

R = 10.71%
G = 36.9%
B = 52.38%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#247CB0 (or 0x247CB0) is known color: Lochmara. HEX triplet: 24, 7C and B0. RGB value is (36,124,176). Sum of RGB (Red+Green+Blue) = 36+124+176=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #247CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247CB0 is #DB834F. Grayscale: #676767. Windows color (decimal): -14386000 or 11566116. OLE color: 11566116.

HSL color Cylindrical-coordinate representation of color #247CB0: hue angle of 202.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #247CB0 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 124 176 -
CMYK 0.80 0.30 0 0.31
HSL 202.29º 0.66% 0.42% -
HSV(B) 202.29º 0.8% 0.69% -
XYZ 15.77 17.92 43.7 -
YUV 103.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 36 124 176 0.80 0.30 0 0.31 202.29 0.66 0.42
Hex 24 7C B0 50 1E 0 1F CA 42 2A
Octal 44 174 260 120 36 0 37 312 102 52
Binary 100100 1111100 10110000 1010000 11110 0 11111 11001010 1000010 101010

Color Harmonies of #247CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247CB0

Black with #247CB0

Text Example


Text Example

White with #247CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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