Html Css Color HEX #2A759D Lochmara

📋 copy color: '#2A759D'

red 42 ◦ green 117 ◦ blue 157

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

Shades of Lochmara #2A759D

Tints of Lochmara #2A759D

RGB

 RED value IS 42 (16.8% from 255) = 13.29%

 GREEN value IS 117 (46.09% from 255) = 37.03%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 13.29%
G = 37.03%
B = 49.68%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A759D (or 0x2A759D) is known color: Lochmara. HEX triplet: 2A, 75 and 9D. RGB value is (42,117,157). Sum of RGB (Red+Green+Blue) = 42+117+157=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A759D is #D58A62. Grayscale: #626262. Windows color (decimal): -13994595 or 10319146. OLE color: 10319146.

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

Color convert

RGB 42 117 157 -
CMYK 0.73 0.25 0 0.38
HSL 200.87º 0.58% 0.39% -
HSV(B) 200.87º 0.73% 0.62% -
XYZ 13.4 15.65 34.21 -
YUV 99.14 160.65 87.25 -
System Red Green Blue C M Y K H S L
Decimal 42 117 157 0.73 0.25 0 0.38 200.87 0.58 0.39
Hex 2A 75 9D 49 19 0 26 C9 3A 27
Octal 52 165 235 111 31 0 46 311 72 47
Binary 101010 1110101 10011101 1001001 11001 0 100110 11001001 111010 100111

Color Harmonies of #2A759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A759D

Black with #2A759D

Text Example


Text Example

White with #2A759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A759D; }

 p { color: rgb(42,117,157); }

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

background-color css

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

 a { background-color: rgb(42,117,157); }

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

border-color css

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

 span { border-color: rgb(42,117,157); }

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