#2765AD

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

Shades of Lochmara #2765AD

Tints of Lochmara #2765AD

Color information

#2765AD (or 0x2765AD) is unknown color: approx Lochmara. HEX triplet: 27, 65 and AD. RGB value is (39,101,173). Sum of RGB (Red+Green+Blue) = 39+101+173=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #2765AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2765AD is #D89A52. Grayscale: #5A5A5A. Windows color (decimal): -14195283 or 11363623. OLE color: 11363623.

HSL color Cylindrical-coordinate representation of color #2765AD: hue angle of 212.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2765AD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39101173-
CMYK0.770.4200.32
HSL212.24º63.21%41.57%-
HSV(B)212.24º77.46%67.84%-
XYZ13.0312.7641.31-
YUV90.67174.4691.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=12.46%
G=32.27%
B=55.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391011730.770.4200.32212.2463.2141.57
Hex2765AD4D2A020d43f2a
Octal47145255115520403247752
Binary1001111100101101011011001101101010010000011010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2765AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2765AD; }

 p { color: rgb(39,101,173); }

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

<style>
 a { background-color: #2765AD; }

 a { background-color: rgb(39,101,173); }

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

<style>
 span { border-color: #2765AD; }

 span { border-color: rgb(39,101,173); }

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