#2B789D

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

Shades of Lochmara #2B789D

Tints of Lochmara #2B789D

Color information

#2B789D (or 0x2B789D) is unknown color: approx Lochmara. HEX triplet: 2B, 78 and 9D. RGB value is (43,120,157). Sum of RGB (Red+Green+Blue) = 43+120+157=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B789D is #D48762. Grayscale: #646464. Windows color (decimal): -13928291 or 10319915. OLE color: 10319915.

HSL color Cylindrical-coordinate representation of color #2B789D: hue angle of 199.47º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B789D is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43120157-
CMYK0.730.2400.38
HSL199.47º57%39.22%-
HSV(B)199.47º72.61%61.57%-
XYZ13.816.3834.33-
YUV101.2159.4986.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=13.44%
G=37.5%
B=49.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431201570.730.2400.38199.475739.22
Hex2B789D4918026c73927
Octal53170235111300463077147
Binary101011111100010011101100100111000010011011000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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