#275FA7

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

Shades of Lochmara #275FA7

Tints of Lochmara #275FA7

Color information

#275FA7 (or 0x275FA7) is unknown color: approx Lochmara. HEX triplet: 27, 5F and A7. RGB value is (39,95,167). Sum of RGB (Red+Green+Blue) = 39+95+167=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #275FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FA7 is #D8A058. Grayscale: #565656. Windows color (decimal): -14196825 or 10968871. OLE color: 10968871.

HSL color Cylindrical-coordinate representation of color #275FA7: hue angle of 213.75º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275FA7 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3995167-
CMYK0.770.4300.35
HSL213.75º62.14%40.39%-
HSV(B)213.75º76.65%65.49%-
XYZ11.911.4138.13-
YUV86.46173.4594.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=12.96%
G=31.56%
B=55.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal39951670.770.4300.35213.7562.1440.39
Hex275FA74D2B023d63e28
Octal47137247115530433267650
Binary1001111011111101001111001101101011010001111010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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