Html Css Color HEX #297299 Lochmara

📋 copy color: '#297299'

red 41 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #297299

Tints of Lochmara #297299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 13.31%
G = 37.01%
B = 49.68%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297299 (or 0x297299) is known color: Lochmara. HEX triplet: 29, 72 and 99. RGB value is (41,114,153). Sum of RGB (Red+Green+Blue) = 41+114+153=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #297299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297299 is #D68D66. Grayscale: #606060. Windows color (decimal): -14060903 or 10056233. OLE color: 10056233.

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

Color convert

RGB 41 114 153 -
CMYK 0.73 0.25 0 0.4
HSL 200.89º 0.58% 0.38% -
HSV(B) 200.89º 0.73% 0.6% -
XYZ 12.68 14.81 32.33 -
YUV 96.62 159.82 88.33 -
System Red Green Blue C M Y K H S L
Decimal 41 114 153 0.73 0.25 0 0.4 200.89 0.58 0.38
Hex 29 72 99 49 19 0 28 C9 3A 26
Octal 51 162 231 111 31 0 50 311 72 46
Binary 101001 1110010 10011001 1001001 11001 0 101000 11001001 111010 100110

Color Harmonies of #297299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297299

Black with #297299

Text Example


Text Example

White with #297299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297299; }

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

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

background-color css

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

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

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

border-color css

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

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

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