#276698

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

Shades of Lochmara #276698

Tints of Lochmara #276698

Color information

#276698 (or 0x276698) is unknown color: approx Lochmara. HEX triplet: 27, 66 and 98. RGB value is (39,102,152). Sum of RGB (Red+Green+Blue) = 39+102+152=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #276698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276698 is #D89967. Grayscale: #585858. Windows color (decimal): -14195048 or 9987623. OLE color: 9987623.

HSL color Cylindrical-coordinate representation of color #276698: hue angle of 206.55º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276698 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB39102152-
CMYK0.740.3300.40
HSL206.55º59.16%37.45%-
HSV(B)206.55º74.34%59.61%-
XYZ11.2612.231.47-
YUV88.86163.6392.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=13.31%
G=34.81%
B=51.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391021520.740.3300.40206.5559.1637.45
Hex2766984A21028cf3b25
Octal47146230112410503177345
Binary1001111100110100110001001010100001010100011001111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276698; }

 p { color: rgb(39,102,152); }

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

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

 a { background-color: rgb(39,102,152); }

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

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

 span { border-color: rgb(39,102,152); }

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