#2A789B

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

Shades of Lochmara #2A789B

Tints of Lochmara #2A789B

Color information

#2A789B (or 0x2A789B) is unknown color: approx Lochmara. HEX triplet: 2A, 78 and 9B. RGB value is (42,120,155). Sum of RGB (Red+Green+Blue) = 42+120+155=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A789B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A789B is #D58764. Grayscale: #646464. Windows color (decimal): -13993829 or 10188842. OLE color: 10188842.

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

Color convert

RGB42120155-
CMYK0.730.2300.39
HSL198.58º57.36%38.63%-
HSV(B)198.58º72.9%60.78%-
XYZ13.5916.2933.44-
YUV100.67158.6686.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=13.25%
G=37.85%
B=48.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421201550.730.2300.39198.5857.3638.63
Hex2A789B4917027c73927
Octal52170233111270473077147
Binary101010111100010011011100100110111010011111000111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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