Html Css Color HEX #295FAA Lochmara

📋 copy color: '#295FAA'

red 41 ◦ green 95 ◦ blue 170

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

Shades of Lochmara #295FAA

Tints of Lochmara #295FAA

RGB

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

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

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

R = 13.4%
G = 31.05%
B = 55.56%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#295FAA (or 0x295FAA) is known color: Lochmara. HEX triplet: 29, 5F and AA. RGB value is (41,95,170). Sum of RGB (Red+Green+Blue) = 41+95+170=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #295FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FAA is #D6A055. Grayscale: #575757. Windows color (decimal): -14065750 or 11165481. OLE color: 11165481.

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

Color convert

RGB 41 95 170 -
CMYK 0.76 0.44 0 0.33
HSL 214.88º 0.61% 0.41% -
HSV(B) 214.88º 0.76% 0.67% -
XYZ 12.26 11.56 39.61 -
YUV 87.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 41 95 170 0.76 0.44 0 0.33 214.88 0.61 0.41
Hex 29 5F AA 4C 2C 0 21 D7 3D 29
Octal 51 137 252 114 54 0 41 327 75 51
Binary 101001 1011111 10101010 1001100 101100 0 100001 11010111 111101 101001

Color Harmonies of #295FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295FAA

Black with #295FAA

Text Example


Text Example

White with #295FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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