Html Css Color HEX #2B79AA Lochmara

📋 copy color: '#2B79AA'

red 43 ◦ green 121 ◦ blue 170

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

Shades of Lochmara #2B79AA

Tints of Lochmara #2B79AA

RGB

 RED value IS 43 (17.19% from 255) = 12.87%

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 12.87%
G = 36.23%
B = 50.9%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B79AA (or 0x2B79AA) is known color: Lochmara. HEX triplet: 2B, 79 and AA. RGB value is (43,121,170). Sum of RGB (Red+Green+Blue) = 43+121+170=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B79AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B79AA is #D48655. Grayscale: #666666. Windows color (decimal): -13928022 or 11172139. OLE color: 11172139.

HSL color Cylindrical-coordinate representation of color #2B79AA: hue angle of 203.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B79AA is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 121 170 -
CMYK 0.75 0.29 0 0.33
HSL 203.15º 0.6% 0.42% -
HSV(B) 203.15º 0.75% 0.67% -
XYZ 15.09 17.09 40.53 -
YUV 103.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 43 121 170 0.75 0.29 0 0.33 203.15 0.6 0.42
Hex 2B 79 AA 4B 1D 0 21 CB 3C 2A
Octal 53 171 252 113 35 0 41 313 74 52
Binary 101011 1111001 10101010 1001011 11101 0 100001 11001011 111100 101010

Color Harmonies of #2B79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B79AA

Black with #2B79AA

Text Example


Text Example

White with #2B79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,121,170); }

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

background-color css

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

 a { background-color: rgb(43,121,170); }

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

border-color css

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

 span { border-color: rgb(43,121,170); }

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