Html Css Color HEX #297FAB Lochmara

📋 copy color: '#297FAB'

red 41 ◦ green 127 ◦ blue 171

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

Shades of Lochmara #297FAB

Tints of Lochmara #297FAB

RGB

 RED value IS 41 (16.41% from 255) = 12.09%

 GREEN value IS 127 (50% from 255) = 37.46%

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

R = 12.09%
G = 37.46%
B = 50.44%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#297FAB (or 0x297FAB) is known color: Lochmara. HEX triplet: 29, 7F and AB. RGB value is (41,127,171). Sum of RGB (Red+Green+Blue) = 41+127+171=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #297FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAB is #D68054. Grayscale: #6A6A6A. Windows color (decimal): -14057557 or 11239209. OLE color: 11239209.

HSL color Cylindrical-coordinate representation of color #297FAB: hue angle of 200.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297FAB is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 127 171 -
CMYK 0.76 0.26 0 0.33
HSL 200.31º 0.61% 0.42% -
HSV(B) 200.31º 0.76% 0.67% -
XYZ 15.85 18.59 41.28 -
YUV 106.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 41 127 171 0.76 0.26 0 0.33 200.31 0.61 0.42
Hex 29 7F AB 4C 1A 0 21 C8 3D 2A
Octal 51 177 253 114 32 0 41 310 75 52
Binary 101001 1111111 10101011 1001100 11010 0 100001 11001000 111101 101010

Color Harmonies of #297FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FAB

Black with #297FAB

Text Example


Text Example

White with #297FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297FAB; }

 p { color: rgb(41,127,171); }

 H1.HeaderClassName
 {
   color: #297FAB;
 }
 .AnyTagClassName
 {
   color: #297FAB;
 }
</style>

background-color css

<style>
 a { background-color: #297FAB; }

 a { background-color: rgb(41,127,171); }

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

border-color css

<style>
 span { border-color: #297FAB; }

 span { border-color: rgb(41,127,171); }

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