#276399

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

Shades of Lochmara #276399

Tints of Lochmara #276399

Color information

#276399 (or 0x276399) is unknown color: approx Lochmara. HEX triplet: 27, 63 and 99. RGB value is (39,99,153). Sum of RGB (Red+Green+Blue) = 39+99+153=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #276399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276399 is #D89C66. Grayscale: #565656. Windows color (decimal): -14195815 or 10052391. OLE color: 10052391.

HSL color Cylindrical-coordinate representation of color #276399: hue angle of 208.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276399 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3999153-
CMYK0.750.3500.4
HSL208.42º59.38%37.65%-
HSV(B)208.42º74.51%60%-
XYZ11.0511.6531.8-
YUV87.22165.1293.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.40%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=13.40%
G=34.02%
B=52.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal39991530.750.3500.4208.4259.3837.65
Hex2763994B23028d03b26
Octal47143231113430503207346
Binary1001111100011100110011001011100011010100011010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276399; }

 p { color: rgb(39,99,153); }

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

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

 a { background-color: rgb(39,99,153); }

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

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

 span { border-color: rgb(39,99,153); }

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