#275FAA

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

Shades of Lochmara #275FAA

Tints of Lochmara #275FAA

Color information

#275FAA (or 0x275FAA) is unknown color: approx Lochmara. HEX triplet: 27, 5F and AA. RGB value is (39,95,170). Sum of RGB (Red+Green+Blue) = 39+95+170=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #275FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FAA is #D8A055. Grayscale: #565656. Windows color (decimal): -14196822 or 11165479. OLE color: 11165479.

HSL color Cylindrical-coordinate representation of color #275FAA: hue angle of 214.35º 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 #275FAA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3995170-
CMYK0.770.4400.33
HSL214.35º62.68%40.98%-
HSV(B)214.35º77.06%66.67%-
XYZ12.1811.5239.61-
YUV86.81174.9593.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.83%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=12.83%
G=31.25%
B=55.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39951700.770.4400.33214.3562.6840.98
Hex275FAA4D2C021d63f29
Octal47137252115540413267751
Binary1001111011111101010101001101101100010000111010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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