#275ca9

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

Shades of Lochmara #275CA9

Tints of Lochmara #275CA9

Color information

#275CA9 (or 0x275CA9) is unknown color: approx Lochmara. HEX triplet: 27, 5C and A9. RGB value is (39,92,169). Sum of RGB (Red+Green+Blue) = 39+92+169=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #275CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275CA9 is #D8A356. Grayscale: #545454. Windows color (decimal): -14197591 or 11099175. OLE color: 11099175.

HSL color Cylindrical-coordinate representation of color #275CA9: hue angle of 215.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275CA9 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3992169-
CMYK0.770.4600.34
HSL215.54º62.5%40.78%-
HSV(B)215.54º76.92%66.27%-
XYZ11.8310.9539.03-
YUV84.93175.4495.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 169 (66.41% from 255) = 56.33%
R=13%
G=30.67%
B=56.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal39921690.770.4600.34215.5462.540.78
Hex275CA94D2E022d83e29
Octal47134251115560423307651
Binary1001111011100101010011001101101110010001011011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275ca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,169); }

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

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

 a { background-color: rgb(39,92,169); }

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

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

 span { border-color: rgb(39,92,169); }

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