Html Css Color HEX #247B9D Lochmara

📋 copy color: '#247B9D'

red 36 ◦ green 123 ◦ blue 157

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

Shades of Lochmara #247B9D

Tints of Lochmara #247B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 11.39%
G = 38.92%
B = 49.68%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#247B9D (or 0x247B9D) is known color: Lochmara. HEX triplet: 24, 7B and 9D. RGB value is (36,123,157). Sum of RGB (Red+Green+Blue) = 36+123+157=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #247B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B9D is #DB8462. Grayscale: #646464. Windows color (decimal): -14386275 or 10320676. OLE color: 10320676.

HSL color Cylindrical-coordinate representation of color #247B9D: hue angle of 196.86º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247B9D is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 123 157 -
CMYK 0.77 0.22 0 0.38
HSL 196.86º 0.63% 0.38% -
HSV(B) 196.86º 0.77% 0.62% -
XYZ 13.9 16.98 34.44 -
YUV 100.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 36 123 157 0.77 0.22 0 0.38 196.86 0.63 0.38
Hex 24 7B 9D 4D 16 0 26 C5 3F 26
Octal 44 173 235 115 26 0 46 305 77 46
Binary 100100 1111011 10011101 1001101 10110 0 100110 11000101 111111 100110

Color Harmonies of #247B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B9D

Black with #247B9D

Text Example


Text Example

White with #247B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,123,157); }

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

background-color css

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

 a { background-color: rgb(36,123,157); }

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

border-color css

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

 span { border-color: rgb(36,123,157); }

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