Html Css Color HEX #247AAB Lochmara

📋 copy color: '#247AAB'

red 36 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #247AAB

Tints of Lochmara #247AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

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

R = 10.94%
G = 37.08%
B = 51.98%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#247AAB (or 0x247AAB) is known color: Lochmara. HEX triplet: 24, 7A and AB. RGB value is (36,122,171). Sum of RGB (Red+Green+Blue) = 36+122+171=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #247AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AAB is #DB8554. Grayscale: #656565. Windows color (decimal): -14386517 or 11237924. OLE color: 11237924.

HSL color Cylindrical-coordinate representation of color #247AAB: hue angle of 201.78º 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 #247AAB is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 122 171 -
CMYK 0.79 0.29 0 0.33
HSL 201.78º 0.65% 0.41% -
HSV(B) 201.78º 0.79% 0.67% -
XYZ 15.04 17.23 41.06 -
YUV 101.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 36 122 171 0.79 0.29 0 0.33 201.78 0.65 0.41
Hex 24 7A AB 4F 1D 0 21 CA 41 29
Octal 44 172 253 117 35 0 41 312 101 51
Binary 100100 1111010 10101011 1001111 11101 0 100001 11001010 1000001 101001

Color Harmonies of #247AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247AAB

Black with #247AAB

Text Example


Text Example

White with #247AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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