Html Css Color HEX #247BAB Lochmara

📋 copy color: '#247BAB'

red 36 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #247BAB

Tints of Lochmara #247BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 10.91%
G = 37.27%
B = 51.82%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#247BAB (or 0x247BAB) is known color: Lochmara. HEX triplet: 24, 7B and AB. RGB value is (36,123,171). Sum of RGB (Red+Green+Blue) = 36+123+171=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #247BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247BAB is #DB8454. Grayscale: #666666. Windows color (decimal): -14386261 or 11238180. OLE color: 11238180.

HSL color Cylindrical-coordinate representation of color #247BAB: hue angle of 201.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247BAB is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 123 171 -
CMYK 0.79 0.28 0 0.33
HSL 201.33º 0.65% 0.41% -
HSV(B) 201.33º 0.79% 0.67% -
XYZ 15.16 17.48 41.1 -
YUV 102.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 36 123 171 0.79 0.28 0 0.33 201.33 0.65 0.41
Hex 24 7B AB 4F 1C 0 21 C9 41 29
Octal 44 173 253 117 34 0 41 311 101 51
Binary 100100 1111011 10101011 1001111 11100 0 100001 11001001 1000001 101001

Color Harmonies of #247BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247BAB

Black with #247BAB

Text Example


Text Example

White with #247BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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