#2B789B

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

Shades of Lochmara #2B789B

Tints of Lochmara #2B789B

Color information

#2B789B (or 0x2B789B) is unknown color: approx Lochmara. HEX triplet: 2B, 78 and 9B. RGB value is (43,120,155). Sum of RGB (Red+Green+Blue) = 43+120+155=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B789B is #D48764. Grayscale: #646464. Windows color (decimal): -13928293 or 10188843. OLE color: 10188843.

HSL color Cylindrical-coordinate representation of color #2B789B: hue angle of 198.75º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B789B is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB43120155-
CMYK0.720.2300.39
HSL198.75º56.57%38.82%-
HSV(B)198.75º72.26%60.78%-
XYZ13.6316.3133.44-
YUV100.97158.4986.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.52%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=13.52%
G=37.74%
B=48.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431201550.720.2300.39198.7556.5738.82
Hex2B789B4817027c73927
Octal53170233110270473077147
Binary101011111100010011011100100010111010011111000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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