#2B72A4

Color #2B72A4 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2B72A4

Tints of Lochmara #2B72A4

Color information

#2B72A4 (or 0x2B72A4) is unknown color: approx Lochmara. HEX triplet: 2B, 72 and A4. RGB value is (43,114,164). Sum of RGB (Red+Green+Blue) = 43+114+164=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B72A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B72A4 is #D48D5B. Grayscale: #626262. Windows color (decimal): -13929820 or 10777131. OLE color: 10777131.

HSL color Cylindrical-coordinate representation of color #2B72A4: hue angle of 204.79º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B72A4 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB43114164-
CMYK0.740.3000.36
HSL204.79º58.45%40.59%-
HSV(B)204.79º73.78%64.31%-
XYZ13.7115.2337.34-
YUV98.47164.9888.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 164 (64.45% from 255) = 51.09%
R=13.40%
G=35.51%
B=51.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431141640.740.3000.36204.7958.4540.59
Hex2B72A44A1E024cd3a29
Octal53162244112360443157251
Binary101011111001010100100100101011110010010011001101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B72A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B72A4;
 }
 .AnyTagClassName
 {
   color: #2B72A4;
 }
</style>
background-color css

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

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

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

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

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

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