#2B7498

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

Shades of Lochmara #2B7498

Tints of Lochmara #2B7498

Color information

#2B7498 (or 0x2B7498) is unknown color: approx Lochmara. HEX triplet: 2B, 74 and 98. RGB value is (43,116,152). Sum of RGB (Red+Green+Blue) = 43+116+152=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B7498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7498 is #D48B67. Grayscale: #626262. Windows color (decimal): -13929320 or 9991211. OLE color: 9991211.

HSL color Cylindrical-coordinate representation of color #2B7498: hue angle of 199.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7498 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB43116152-
CMYK0.720.2400.40
HSL199.82º55.9%38.24%-
HSV(B)199.82º71.71%59.61%-
XYZ12.9115.2731.97-
YUV98.28158.3288.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=13.83%
G=37.30%
B=48.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431161520.720.2400.40199.8255.938.24
Hex2B74984818028c83826
Octal53164230110300503107046
Binary101011111010010011000100100011000010100011001000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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