#2B769A

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

Shades of Lochmara #2B769A

Tints of Lochmara #2B769A

Color information

#2B769A (or 0x2B769A) is unknown color: approx Lochmara. HEX triplet: 2B, 76 and 9A. RGB value is (43,118,154). Sum of RGB (Red+Green+Blue) = 43+118+154=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B769A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B769A is #D48965. Grayscale: #636363. Windows color (decimal): -13928806 or 10122795. OLE color: 10122795.

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

Color convert

RGB43118154-
CMYK0.720.2300.40
HSL199.46º56.35%38.63%-
HSV(B)199.46º72.08%60.39%-
XYZ13.3115.832.92-
YUV99.68158.6587.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=13.65%
G=37.46%
B=48.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431181540.720.2300.40199.4656.3538.63
Hex2B769A4817028c73827
Octal53166232110270503077047
Binary101011111011010011010100100010111010100011000111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,154); }

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

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

 a { background-color: rgb(43,118,154); }

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

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

 span { border-color: rgb(43,118,154); }

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