Html Css Color HEX #247BAE Lochmara

📋 copy color: '#247BAE'

red 36 ◦ green 123 ◦ blue 174

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

Shades of Lochmara #247BAE

Tints of Lochmara #247BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 10.81%
G = 36.94%
B = 52.25%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#247BAE (or 0x247BAE) is known color: Lochmara. HEX triplet: 24, 7B and AE. RGB value is (36,123,174). Sum of RGB (Red+Green+Blue) = 36+123+174=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #247BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247BAE is #DB8451. Grayscale: #666666. Windows color (decimal): -14386258 or 11434788. OLE color: 11434788.

HSL color Cylindrical-coordinate representation of color #247BAE: hue angle of 202.17º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247BAE is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 123 174 -
CMYK 0.79 0.29 0 0.32
HSL 202.17º 0.66% 0.41% -
HSV(B) 202.17º 0.79% 0.68% -
XYZ 15.45 17.6 42.63 -
YUV 102.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 36 123 174 0.79 0.29 0 0.32 202.17 0.66 0.41
Hex 24 7B AE 4F 1D 0 20 CA 42 29
Octal 44 173 256 117 35 0 40 312 102 51
Binary 100100 1111011 10101110 1001111 11101 0 100000 11001010 1000010 101001

Color Harmonies of #247BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BAE

Black with #247BAE

Text Example


Text Example

White with #247BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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