Html Css Color HEX #2B72A9 Lochmara

📋 copy color: '#2B72A9'

red 43 ◦ green 114 ◦ blue 169

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

Shades of Lochmara #2B72A9

Tints of Lochmara #2B72A9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 169 (66.41% from 255) = 51.84%

R = 13.19%
G = 34.97%
B = 51.84%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2B72A9 (or 0x2B72A9) is known color: Lochmara. HEX triplet: 2B, 72 and A9. RGB value is (43,114,169). Sum of RGB (Red+Green+Blue) = 43+114+169=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B72A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B72A9 is #D48D56. Grayscale: #626262. Windows color (decimal): -13929815 or 11104811. OLE color: 11104811.

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

Color convert

RGB 43 114 169 -
CMYK 0.75 0.33 0 0.34
HSL 206.19º 0.59% 0.42% -
HSV(B) 206.19º 0.75% 0.66% -
XYZ 14.18 15.41 39.76 -
YUV 99.04 167.48 88.03 -
System Red Green Blue C M Y K H S L
Decimal 43 114 169 0.75 0.33 0 0.34 206.19 0.59 0.42
Hex 2B 72 A9 4B 21 0 22 CE 3B 2A
Octal 53 162 251 113 41 0 42 316 73 52
Binary 101011 1110010 10101001 1001011 100001 0 100010 11001110 111011 101010

Color Harmonies of #2B72A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B72A9

Black with #2B72A9

Text Example


Text Example

White with #2B72A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,169); }

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

background-color css

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

 a { background-color: rgb(43,114,169); }

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

border-color css

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

 span { border-color: rgb(43,114,169); }

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