#2B7898

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

Shades of Lochmara #2B7898

Tints of Lochmara #2B7898

Color information

#2B7898 (or 0x2B7898) is unknown color: approx Lochmara. HEX triplet: 2B, 78 and 98. RGB value is (43,120,152). Sum of RGB (Red+Green+Blue) = 43+120+152=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B7898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7898 is #D48767. Grayscale: #646464. Windows color (decimal): -13928296 or 9992235. OLE color: 9992235.

HSL color Cylindrical-coordinate representation of color #2B7898: hue angle of 197.61º 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 #2B7898 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB43120152-
CMYK0.720.2100.40
HSL197.61º55.9%38.24%-
HSV(B)197.61º71.71%59.61%-
XYZ13.3816.2132.13-
YUV100.62156.9986.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=13.65%
G=38.10%
B=48.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431201520.720.2100.40197.6155.938.24
Hex2B78984815028c63826
Octal53170230110250503067046
Binary101011111100010011000100100010101010100011000110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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