Html Css Color HEX #297FAA Lochmara

📋 copy color: '#297FAA'

red 41 ◦ green 127 ◦ blue 170

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

Shades of Lochmara #297FAA

Tints of Lochmara #297FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 12.13%
G = 37.57%
B = 50.3%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#297FAA (or 0x297FAA) is known color: Lochmara. HEX triplet: 29, 7F and AA. RGB value is (41,127,170). Sum of RGB (Red+Green+Blue) = 41+127+170=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #297FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAA is #D68055. Grayscale: #696969. Windows color (decimal): -14057558 or 11173673. OLE color: 11173673.

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

Color convert

RGB 41 127 170 -
CMYK 0.76 0.25 0 0.33
HSL 200º 0.61% 0.41% -
HSV(B) 200º 0.76% 0.67% -
XYZ 15.76 18.55 40.78 -
YUV 106.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 41 127 170 0.76 0.25 0 0.33 200 0.61 0.41
Hex 29 7F AA 4C 19 0 21 C8 3D 29
Octal 51 177 252 114 31 0 41 310 75 51
Binary 101001 1111111 10101010 1001100 11001 0 100001 11001000 111101 101001

Color Harmonies of #297FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FAA

Black with #297FAA

Text Example


Text Example

White with #297FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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