Html Css Color HEX #295EAB Lochmara

📋 copy color: '#295EAB'

red 41 ◦ green 94 ◦ blue 171

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

Shades of Lochmara #295EAB

Tints of Lochmara #295EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 13.4%
G = 30.72%
B = 55.88%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295EAB (or 0x295EAB) is known color: Lochmara. HEX triplet: 29, 5E and AB. RGB value is (41,94,171). Sum of RGB (Red+Green+Blue) = 41+94+171=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #295EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295EAB is #D6A154. Grayscale: #565656. Windows color (decimal): -14066005 or 11230761. OLE color: 11230761.

HSL color Cylindrical-coordinate representation of color #295EAB: hue angle of 215.54º 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 #295EAB is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 94 171 -
CMYK 0.76 0.45 0 0.33
HSL 215.54º 0.61% 0.42% -
HSV(B) 215.54º 0.76% 0.67% -
XYZ 12.27 11.42 40.09 -
YUV 86.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 41 94 171 0.76 0.45 0 0.33 215.54 0.61 0.42
Hex 29 5E AB 4C 2D 0 21 D8 3D 2A
Octal 51 136 253 114 55 0 41 330 75 52
Binary 101001 1011110 10101011 1001100 101101 0 100001 11011000 111101 101010

Color Harmonies of #295EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EAB

Black with #295EAB

Text Example


Text Example

White with #295EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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