Html Css Color HEX #297297 Lochmara

📋 copy color: '#297297'

red 41 ◦ green 114 ◦ blue 151

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

Shades of Lochmara #297297

Tints of Lochmara #297297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 13.4%
G = 37.25%
B = 49.35%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297297 (or 0x297297) is known color: Lochmara. HEX triplet: 29, 72 and 97. RGB value is (41,114,151). Sum of RGB (Red+Green+Blue) = 41+114+151=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #297297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297297 is #D68D68. Grayscale: #606060. Windows color (decimal): -14060905 or 9925161. OLE color: 9925161.

HSL color Cylindrical-coordinate representation of color #297297: hue angle of 200.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297297 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 114 151 -
CMYK 0.73 0.25 0 0.41
HSL 200.18º 0.57% 0.38% -
HSV(B) 200.18º 0.73% 0.59% -
XYZ 12.52 14.74 31.46 -
YUV 96.39 158.82 88.49 -
System Red Green Blue C M Y K H S L
Decimal 41 114 151 0.73 0.25 0 0.41 200.18 0.57 0.38
Hex 29 72 97 49 19 0 29 C8 39 26
Octal 51 162 227 111 31 0 51 310 71 46
Binary 101001 1110010 10010111 1001001 11001 0 101001 11001000 111001 100110

Color Harmonies of #297297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297297

Black with #297297

Text Example


Text Example

White with #297297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297297; }

 p { color: rgb(41,114,151); }

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

background-color css

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

 a { background-color: rgb(41,114,151); }

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

border-color css

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

 span { border-color: rgb(41,114,151); }

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