#2B689E

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

Shades of Lochmara #2B689E

Tints of Lochmara #2B689E

Color information

#2B689E (or 0x2B689E) is unknown color: approx Lochmara. HEX triplet: 2B, 68 and 9E. RGB value is (43,104,158). Sum of RGB (Red+Green+Blue) = 43+104+158=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B689E is #D49761. Grayscale: #5B5B5B. Windows color (decimal): -13932386 or 10381355. OLE color: 10381355.

HSL color Cylindrical-coordinate representation of color #2B689E: hue angle of 208.17º 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 #2B689E is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB43104158-
CMYK0.730.3400.38
HSL208.17º57.21%39.41%-
HSV(B)208.17º72.78%61.96%-
XYZ12.1212.8834.2-
YUV91.92165.2993.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=14.10%
G=34.10%
B=51.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431041580.730.3400.38208.1757.2139.41
Hex2B689E4922026d03927
Octal53150236111420463207147
Binary1010111101000100111101001001100010010011011010000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,158); }

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

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

 a { background-color: rgb(43,104,158); }

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

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

 span { border-color: rgb(43,104,158); }

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