Html Css Color HEX #295FA0 Lochmara

📋 copy color: '#295FA0'

red 41 ◦ green 95 ◦ blue 160

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

Shades of Lochmara #295FA0

Tints of Lochmara #295FA0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 160 (62.89% from 255) = 54.05%

R = 13.85%
G = 32.09%
B = 54.05%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#295FA0 (or 0x295FA0) is known color: Lochmara. HEX triplet: 29, 5F and A0. RGB value is (41,95,160). Sum of RGB (Red+Green+Blue) = 41+95+160=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 160 (62.89% from 255 or 54.05% from 296); Max value from RGB is 160 - color contains mainly: blue. Hex color #295FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FA0 is #D6A05F. Grayscale: #555555. Windows color (decimal): -14065760 or 10510121. OLE color: 10510121.

HSL color Cylindrical-coordinate representation of color #295FA0: hue angle of 212.77º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295FA0 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 95 160 -
CMYK 0.74 0.41 0 0.37
HSL 212.77º 0.59% 0.39% -
HSV(B) 212.77º 0.74% 0.63% -
XYZ 11.35 11.19 34.82 -
YUV 86.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 41 95 160 0.74 0.41 0 0.37 212.77 0.59 0.39
Hex 29 5F A0 4A 29 0 25 D5 3B 27
Octal 51 137 240 112 51 0 45 325 73 47
Binary 101001 1011111 10100000 1001010 101001 0 100101 11010101 111011 100111

Color Harmonies of #295FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FA0

Black with #295FA0

Text Example


Text Example

White with #295FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,160); }

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

background-color css

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

 a { background-color: rgb(41,95,160); }

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

border-color css

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

 span { border-color: rgb(41,95,160); }

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