Html Css Color HEX #247BA4 Lochmara

📋 copy color: '#247BA4'

red 36 ◦ green 123 ◦ blue 164

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

Shades of Lochmara #247BA4

Tints of Lochmara #247BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 11.15%
G = 38.08%
B = 50.77%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#247BA4 (or 0x247BA4) is known color: Lochmara. HEX triplet: 24, 7B and A4. RGB value is (36,123,164). Sum of RGB (Red+Green+Blue) = 36+123+164=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #247BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247BA4 is #DB845B. Grayscale: #656565. Windows color (decimal): -14386268 or 10779428. OLE color: 10779428.

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

Color convert

RGB 36 123 164 -
CMYK 0.78 0.25 0 0.36
HSL 199.22º 0.64% 0.39% -
HSV(B) 199.22º 0.78% 0.64% -
XYZ 14.51 17.22 37.68 -
YUV 101.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 36 123 164 0.78 0.25 0 0.36 199.22 0.64 0.39
Hex 24 7B A4 4E 19 0 24 C7 40 27
Octal 44 173 244 116 31 0 44 307 100 47
Binary 100100 1111011 10100100 1001110 11001 0 100100 11000111 1000000 100111

Color Harmonies of #247BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BA4

Black with #247BA4

Text Example


Text Example

White with #247BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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