#2775A2

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

Shades of Lochmara #2775A2

Tints of Lochmara #2775A2

Color information

#2775A2 (or 0x2775A2) is unknown color: approx Lochmara. HEX triplet: 27, 75 and A2. RGB value is (39,117,162). Sum of RGB (Red+Green+Blue) = 39+117+162=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #2775A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2775A2 is #D88A5D. Grayscale: #626262. Windows color (decimal): -14191198 or 10646823. OLE color: 10646823.

HSL color Cylindrical-coordinate representation of color #2775A2: hue angle of 201.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2775A2 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB39117162-
CMYK0.760.2800.36
HSL201.95º61.19%39.41%-
HSV(B)201.95º75.93%63.53%-
XYZ13.7215.7636.5-
YUV98.81163.6685.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.26%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 162 (63.67% from 255) = 50.94%
R=12.26%
G=36.79%
B=50.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391171620.760.2800.36201.9561.1939.41
Hex2775A24C1C024ca3d27
Octal47165242114340443127547
Binary100111111010110100010100110011100010010011001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2775A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2775A2; }

 p { color: rgb(39,117,162); }

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

<style>
 a { background-color: #2775A2; }

 a { background-color: rgb(39,117,162); }

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

<style>
 span { border-color: #2775A2; }

 span { border-color: rgb(39,117,162); }

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