#2B74B4

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

Shades of Lochmara #2B74B4

Tints of Lochmara #2B74B4

Color information

#2B74B4 (or 0x2B74B4) is unknown color: approx Lochmara. HEX triplet: 2B, 74 and B4. RGB value is (43,116,180). Sum of RGB (Red+Green+Blue) = 43+116+180=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #2B74B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B74B4 is #D48B4B. Grayscale: #656565. Windows color (decimal): -13929292 or 11826219. OLE color: 11826219.

HSL color Cylindrical-coordinate representation of color #2B74B4: hue angle of 208.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B74B4 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB43116180-
CMYK0.760.3600.29
HSL208.03º61.43%43.73%-
HSV(B)208.03º76.11%70.59%-
XYZ15.4816.345.51-
YUV101.47172.3286.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=12.68%
G=34.22%
B=53.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431161800.760.3600.29208.0361.4343.73
Hex2B74B44C2401Dd03d2c
Octal53164264114440353207554
Binary101011111010010110100100110010010001110111010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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