#275EAA

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

Shades of Lochmara #275EAA

Tints of Lochmara #275EAA

Color information

#275EAA (or 0x275EAA) is unknown color: approx Lochmara. HEX triplet: 27, 5E and AA. RGB value is (39,94,170). Sum of RGB (Red+Green+Blue) = 39+94+170=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #275EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275EAA is #D8A155. Grayscale: #555555. Windows color (decimal): -14197078 or 11165223. OLE color: 11165223.

HSL color Cylindrical-coordinate representation of color #275EAA: hue angle of 214.81º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275EAA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3994170-
CMYK0.770.4500.33
HSL214.81º62.68%40.98%-
HSV(B)214.81º77.06%66.67%-
XYZ12.111.3439.58-
YUV86.22175.2894.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=12.87%
G=31.02%
B=56.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39941700.770.4500.33214.8162.6840.98
Hex275EAA4D2D021d73f29
Octal47136252115550413277751
Binary1001111011110101010101001101101101010000111010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275EAA; }

 p { color: rgb(39,94,170); }

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

<style>
 a { background-color: #275EAA; }

 a { background-color: rgb(39,94,170); }

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

<style>
 span { border-color: #275EAA; }

 span { border-color: rgb(39,94,170); }

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