#2B74A0

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

Shades of Lochmara #2B74A0

Tints of Lochmara #2B74A0

Color information

#2B74A0 (or 0x2B74A0) is unknown color: approx Lochmara. HEX triplet: 2B, 74 and A0. RGB value is (43,116,160). Sum of RGB (Red+Green+Blue) = 43+116+160=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #2B74A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B74A0 is #D48B5F. Grayscale: #626262. Windows color (decimal): -13929312 or 10515499. OLE color: 10515499.

HSL color Cylindrical-coordinate representation of color #2B74A0: hue angle of 202.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B74A0 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB43116160-
CMYK0.730.2800.37
HSL202.56º57.64%39.8%-
HSV(B)202.56º73.12%62.75%-
XYZ13.5915.5435.54-
YUV99.19162.3287.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 160 (62.89% from 255) = 50.16%
R=13.48%
G=36.36%
B=50.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431161600.730.2800.37202.5657.6439.8
Hex2B74A0491C025cb3a28
Octal53164240111340453137250
Binary101011111010010100000100100111100010010111001011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,160); }

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

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

 a { background-color: rgb(43,116,160); }

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

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

 span { border-color: rgb(43,116,160); }

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